Share your posts & pages with your favourite social sites - Twitter, Facebook, Google Plus, Pinterest And LinkedIn and now trackable with your Goo …
Show social icons at the top or bottom of post/page or adding the Facebook, Twitter, Pinterest, Google Plus and Linkedin buttons manually.
This plugin allows you to add the social share icons on your page and/or post. You can choose which social icons to show on the options page from a choice of FACEBOOK’s Facebook like/Facebook recommend, GOOGLE’s Google Plus, TWITTER’s Tweet this, PINTEREST’s pin this and LINKEDIN’s share on Linked in. Get your wordpress site found by the search engines by letting your readers share it with there social friends/followers – expose your site to more people will result in more viewers.
Track the social interaction with the social icons within your google anlaytics. To see which posts/pages are bring your site the most traffic
Now with Integration with Facebook insights to be able to track all inetegration with your website and Facebook click here to find out more
<?php echo get_jamie_social_code(); ?>
in template to show automatically on selected template[jamiesocial]
For more detailed instructions and any other requests click here
jamie-social-icons
folder to the /wp-content/plugins/
directory or one click install from dashboard[jamiesocial]
in or by simply clicking on the social icon button in the TinyMCE<?php echo get_jamie_social_code(); ?>
in your template where you want the icons to show – Avoid if unsure of editing template filesFor more detailed instructions click here
Because the pinterest button is for images and on a page/post you can have multiple images this selects the featured image.
THIS HAS SINCE BEEN UPDATED AND ALLOWS YOU TO CHOOSE ANY IMAGE ON THE PAGE
You can add the social icons after each post on the main blog feed/category pages although it will not be automatic.
You will need to add <?php echo get_jamie_social_code(); ?>
into the template. On the index.php/category.php/archive.php look for the loop and after <?php the_excerpt();?>
add the code and the icons will appear on the feed pages.
I did not make it a function so it is automatic because when you like/tweet etc a post it shares the url with posts on the blog feed/ category page the posts move to different pages if paginated as new posts are added.
If this function is required let me know And it will be in the next update
Recently Facebook has been doing lots of updates to their Facebook Like button which has resulted in the Facebook Button disappearing – especially in older browsers (IE8 and below), In update Version 0.9.2 it is now working with all browsers but will be keeping an eye on any updates.
The Google Plus Button does not support IE7 so it will not be shown, if you are still using IE7 please update your browser to Google Chrome, Firefox or Safari or any other modern browser.
To improve performance Twitter cache the count before displaying it. The cache is updated frequently but on some occasions it may look like your count is not increasing while the cache is updated. In addition, the count only includes public Tweets meaning a Tweet from a protected account will not cause an increase.
This functionality has been added in the release of V0.9.6, you can show either Facebook Like or Facebook Recommend
Please check that your theme has wp_head in the header.php and wp_footer in the footer.php the plugin will not work without these important parts of code in the theme find out more here
I am currently working on this function and hope to have it available on a later release
Because each theme has unique stylesheets this is something I will not be able to support, you can override my plugins stylesheet in your themes stylesheet to get your desired effect. The ul list has a class of jamie_social
Any further questions click here or look through the support forum
Bug Fixes
Error in attaching stylesheet – now corrected