Posted November 30, 2014 · Report post Hi, love the plugin, thank you!I'm running into an issure with sharing on FB. When I click share, everything looks great in the preview. Article Title, picture, text, everything is there.But when I hit share and it actually publishes to FB, the article's category is shown on FB, not the article title...http://tompetty.rocks/news/item/43-for-immediate-releaseI'd love to be able to use BT Social Share on these pages... but I don't know how to incorporate the plugin in the PHP... any suggestions? http://tompetty.rocks/discography/P/2-tom-petty-the-heartbreakers/16-wildflowersIF not, I understand, but would love to know how to fix the Category / Article title thing.Thanks! Share this post Link to post Share on other sites
Posted December 1, 2014 · Report post Hi Sean.I tried to share your article, and i see it works fine. It shares right image, right title.And as you see in BT Social share plugin description. You can use these code to display social share buttons on any pages<?php JPluginHelper::importPlugin('content'); $share = plgContentBt_socialshare::socialButtons(); echo $share['script']; // Required echo $share['buttons']; // Social button echo $share['recommend']; // Recommendation bar echo $share['comment']; // facebook comment box?>Good luck Share this post Link to post Share on other sites
Posted December 17, 2014 · Report post I'm using bt social share on the pages... and for example, on my sites FB page...https://www.facebook.com/www.tompetty.rocksI've shared most of those articles using BT social share... and everything looks fine when I go to share it (in preview view), but when I post it, it changes to the category name. Share this post Link to post Share on other sites
Posted December 17, 2014 · Report post HiI detected that there are 2 set of open graph tags on your site.http://prntscr.com/5hqhujhttp://prntscr.com/5hqhmvSo this is confusion.Because K2 adds its open graph tags and BT Social Share also adds them.But i don't understand why the plugins doesn't works correctly, It is programed to not add open graph on k2 page.First, please check your BT Social Share version.Then add K2 support team to check og:title tag. Why it is category's name instead of item's name. Share this post Link to post Share on other sites
Posted July 12, 2015 · Report post I am facing same problem as i know k2 social set is also present but BT set taking title from Category. don't know whats the reason here is my website http://apnaswat.com/in/showbiz/item/11474-noor-film-star-wali-ahmad-se-shadi-nahi Share this post Link to post Share on other sites
Posted July 13, 2015 · Report post Hi, Please go to K2 configuration and try to disable Social share of K2, only use BT Social Share plugin. Thanks Share this post Link to post Share on other sites