schindyguy
Forum Replies Created
-
Forum: Reviews
In reply to: [Facebook Comments] Do comments on fb show up on blog & vice versa?Alex are you planning to include it an update once it gets rolled out? Or do you have any other details about this:
http://techcrunch.com/2015/03/25/facebooks-new-comments-plugin-syncs-conversations-between-sites-and-fb-pages/“The new commenting tools are currently in testing with Huffington Post, BuzzFeed and a number of other publishers ahead of a wider launch.”
Where is that setting? I cant find it in the plugin settings…
Its required to get demo data in google analytics, thats why I want to implement it.
Forum: Plugins
In reply to: [Analyticator] Enhanced Link AttributionThe google documentation says
Add the new tag to your tracking code, before _trackPageview, as illustrated by the bold text in the example below:
var _gaq = _gaq || [];
var pluginUrl =
‘//www.google-analytics.com/plugins/ga/inpage_linkid.js’;
_gaq.push([‘_require’, ‘inpage_linkid’, pluginUrl]);
_gaq.push([‘_setAccount’, ‘UA-XXXXXX-Y’]);
_gaq.push([‘_trackPageview’]);So I don’t think the solution of adding it before or after would work. It looks like it requires modification.
Forum: Plugins
In reply to: [Analyticator] Enhanced Link AttributionI’d like to know this as well. Thanks!
Forum: Installing WordPress
In reply to: Download failed.: Could not create Temporary fileIts the 755 permission thing that worked for me.
Just temp change it 777 while upgrading plugins or wordpress.
And the safe mode issue will solve it too.