开发者 |
Dabelon
tanaylakhani |
---|---|
更新时间 | 2015年12月9日 10:43 |
捐献地址: | 去捐款 |
PHP版本: | 2.9+ 及以上 |
WordPress版本: | 4.1 |
Settings->Really simple share
menu. Follow by email is powered by ReadyGraph which provides an option for users to provide their email address without leaving your site, and sends email digests to users when you update your site content.
Please be careful when selecting the Show buttons in these pages
options : it can interact badly with other slide/fade/carousel/sidebar active plugins.
This plugin has integrated ReadyGraph, an optional set of features to automate the growth of your revenue and userbase. It helps you achieve the most important goals of any web marketer: increase revenue, maximize conversion of site visitors to register for your email list, maximize viral referrals for your site, and maximize return visits to your site. To accomplish this, we have integrated a key set of growth features with this plugin:
really-simple-facebook-twitter-share-buttons
(not two nested folders) in the plugin directory, then activate the plugin through the Plugins
menu in WordPress.For detailed FAQ and other support visit http://blog.readygraph.com/really-simple-share/faq/ Sometimes the options get corrupted after several plugin updates. Click the Reset button (on the lowest right of the plugin settings page) to give the plugin a fresh start. Please take a note of your plugin configuration before resetting the options, or remember the data you want to put back in.
Facebook Like is the official Button actively supported by Facebook. On 18th July 2012 Facebook dropped support for the (old and long time deprecated) Share button, so this button has been removed from the plugin and replaced with an externali link with no counter.
This is an automated Facebook behaviour: clicking Facebook Like the user can't choose each time which image to share, but you can set the right image inside the code using the Open Graph Tag og:image.
Uncheck all the "Show buttons in these pages" options in the Settings->Really simple share
menu, except for "Single posts".
This way all the share buttons should disappear, except the one displayed beside the post in every Single post page.
Yes, every button has its own div class (e.g. "really_simple_share_twitter") for easy customization inside the theme css files.
Plus, the div surrounding all buttons has its own class "really_simple_share".
If you want to override default styling of the buttons, check the disable default styles
option add your style rules inside your css theme file.
Yes, you can call this PHP function:
<?php echo really_simple_share_publish($link='', $title=''); ?>
You can pass the share link and the title as parameters.
You shouldn't leave the parameters blank, unless the code is put inside the WP loop.
For example, use this code to create buttons linking to the website home page:
<?php echo really_simple_share_publish(get_bloginfo('url'), get_bloginfo('name')); ?>
The PinIt button requires some media to share, so it only shows up when the post contains at least one image.
The PinIt counter only appear if the post has been shared at least once. Also, the refresh time for the PinIt counter could be long.
Due to popular demand, we are excited to announce that we have now added a new layer onto the ReadyGraph product: monetization. For quality sites with enough users and traffic to qualify, we will enable you to earn revenue through a set of elegant, unobtrusive sponsorship units.The ad units will be shown occasionally (much of the time they won't be noticeable) and are highly targeted based on user interests. Most importantly, they can be turned off or on at any time. In addition to helping qualifying sites support themselves, this initiative will allow us to continue to put resources towards enhancing the free features we offer each and every site owner. Sites qualify on the basis of quality and a minimum traffic threshold. You can view, adjust, or opt out through your site monetization settings page.
really_simple_share_box
CSS class for box layoutreally_simple_share_button
CSS class for button layout