A simple-minded question: I have installed 42 Functions Social Media Tracking, but where do I find the data displayed? In my Google Analytics account, and if so where in the account? Or in my WordPress Website Dashboard, and where?
Thanks.
Ken Dillon
https://www.scientiapress.com
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>Hi,
i installed social media tracking 2.3 in a new clean wordpress install (3.3.1) with the standard-template. I made a new Google-Profile for testing. But i can see the visit, but no social-engagement for twitter or facebook ??
Wishes,
Michael
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>My theme has a black background so I have edited the plugin to choose the dark theme for the FB Like button.
Is there a less hacky way of doing this?
If anyone else wants to do this here’s how I did it:
1. Open /buttons/Facebook.php (I used the Edit form in the Dashboard)
2. Look for the DIV that creates the FB button (about line 79)
3. Add this parameter inside the DIV tag:
data-colorscheme=”dark”
– Dunc
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>I just installed the latest version of the Social Media Tracking plugin (v2.2) on WP 3.2.1. I noticed that the twitter button was not displaying where it should – I only got a text link. Here’s what I did to get it to show up.
return '<a href="https://twitter.com/share" class="twitter-share-button" data-url="'.get_permalink().'" data-text="'.get_the_title().'" data-count="'.$this->option('button').'">Tweet</a>';
return '<a href="https://twitter.com/share" class="twitter-share-button" data-url="'.get_permalink().'" data-text="'.get_the_title().'" data-count="'.$this->option('button').'">Tweet</a>' . "\n" . '<script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>';
If you know PHP, you’ll probably notice that I just appended a nextline character and <script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
to the string.
I found a snippet of sample code for embedding a twitter button in the above link, which I used as the basis for this fix. It also contains a link to this plugin.
]]>After upgrading to plugin version 2.1, the buttons don’t show anymore on post pages. Is there anything else required to have the buttons working?
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>On attachment pages – media attached to a post – the buttons are duplicated.
Is there an easy way to disable this or any future plan to add attachment pages to the list of post/page types in the settings?
Otherwise a great, simple, and recommended plugin!
Cheers,
James
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>Hiya..
Im using Suffusion theme… and wordpress v 3.2.1
I read your post of adding
.xlii_smt .facebook { width: 120px; float: left; }
in css file for the correction of facebook button… BUT I dont know where… its
style.css
can you please tell me… which place exactly
Kind Regards
https://www.ads-software.com/extend/plugins/social-media-tracking/
]]>Hello,
I’m trying this plugin on a test blog, but it seems there’s a slight issue with the default CSS: the Facebook button placement is completely awry. It is the first button but it appears one line above the others and to the middle of the page! I thought it was a conflict between its own css and my theme, but it’s not.
]]>