#1
Posted 06 November 2012 - 02:59 AM
Do you know how to edit Facebook social plugin? it is everywhere now I can't use boxes or banners or features because they seem to appear like a post for the plugin so it shows a like and a comment box in every box every feature and every post and page
http://journal.es.holisticafact.com/
#2
Posted 06 November 2012 - 03:09 AM
#3
Posted 06 November 2012 - 04:42 AM
#4
Posted 06 November 2012 - 07:12 PM
#5
Posted 06 November 2012 - 07:57 PM
#6
Posted 06 November 2012 - 08:43 PM
The Facebook plugin has the option of hiding in every post and every page - But this option does NOT appear in boxes nor features. What you mean with leaving the code along?
#7
Posted 07 November 2012 - 02:01 AM
#8
Posted 03 December 2012 - 09:36 PM
Hi
Is there an answer to this thread? Just found in in my searching because I have FB share button and num comments showing up just fine for first 2 features in the feature set but the simple word "Share" shows up for features after the 1st 2 in a feature set. Look at http://lifeoncue.com/ to see what's going on. Using:
PlatformBase Version 1.4.1 and
Platform Version: 1.5.0
Facebook Comments for WordPress version 3.1.3
FaceBook Share (New) 2.0.6 http://wordpress.org...book-share-new/
Thanks for helping me solve this!
JEO
#9
Posted 03 December 2012 - 09:56 PM
OK just changed the settings for plugin from
Facebook Share Button
to
Facebook Like Button (Open Graph API-Recommended)
Now Only the first feature displays the Like icon and it does not show up on the other features in the set!
JEO
#10
Posted 04 December 2012 - 12:04 AM
Hi there, you'll need to add the shortcode to each slider manually in the text area field. It won't carry through to the other slider unfortunately.
#11
Posted 04 December 2012 - 04:01 AM
Hi there, you'll need to add the shortcode to each slider manually in the text area field. It won't carry through to the other slider unfortunately.
OK thanks will try that later this week when I get back on this project.... Appreciate your reply. Any idea why the first behavior? When the "Share" setting was there, the 1st 2 had the icons and then others after that had No icons, instead the word "Share" in its place???
#12
Posted 04 December 2012 - 06:45 AM
hmmm, I'm not sure to be honest, we'd really need to see the code and it live on the site to see if there were any conflict anywhere.
#13
Posted 05 December 2012 - 06:00 AM
OK just turned "Share" back on instead of the "Like". I see the 3rd feature just has the "Share" text but button disappeared.
#14
Posted 05 December 2012 - 07:27 AM
Whats happening here is that the plugin cant tell the difference between the post type and a custom post type (in this case the boxes and features). What you can do is either contact the author and ask them for assistance, as it is an issue with the plugin.
Or you can use custom CSS to hide the social sharing from features. Simply add this to your custom CSS.
#feature #fb_share_1, #boxes #fb_share_1, {
display: none;
}












