whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] facebook send not workingHi, try to enable/disable the Facebook button iFrame version. I don’t see the plugin active on your site so I can’t say more.
excellent!
Forum: Plugins
In reply to: [Really Simple Share] share and image share on facebookHi, Open Graph is an open standard, I know at least LinkedIn is using it.
Forum: Plugins
In reply to: [Really Simple Share] likes are all gonesite url?
Forum: Plugins
In reply to: [Really Simple Share] likes are all goneHi,
the plugin doesn’t collect any data, this is given by Facebook. You can use this page to check the like counter for every URL. Double check that the permalinks or categories or other URL changing features have not been changed.Forum: Plugins
In reply to: [Really Simple Share] possible to copy over like counter amountHi,
as said here, the share counters of every social network are related to the post url; if you change the domain url, the counters will reset.You can customize url redirection to avoid losing old traffic; sometimes (after several days) some counters can be transferred this way.
Forum: Plugins
In reply to: [Really Simple Share] share and image share on facebookHi,
as stated in the Frequently Asked Questions, you can set the right image to share using the Open Graph Tag og:image. Setting it is out of the scope of this plugin, but a lot of other WordPress plugins let you do this.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] adding background imageHi, you can do it with some CSS like this:
.really_simple_twitter_widget { background: url(yourImageUrl); }Forum: Plugins
In reply to: [Really Simple Share] share button and like not workingHi Beltagy, did you try the solution shown here?
A lot of people is having issues with Facebook Share using different plugins, even different CMSs. If you can’t solve with an App ID, try the Like+Share button.
Forum: Plugins
In reply to: [Really Simple Share] Facebook share fixHi Beltagy, duplicated post detected. Continue here.
Forum: Plugins
In reply to: [Really Simple Share] Facebook share fixHi,
last time I checked the “all.js” script showed the same code when called with or without the “&version=v2.0” parameter. Maybe it’s dependent on device or region; I’m certainly adding it today in the next plugin release.Forum: Plugins
In reply to: [Really Simple Share] Disactivate plugin in Mobile ModeHi Diane,
I think the easiest way is to add some line like this to your theme at the end of your header.php file:<?php if (wp_is_mobile()) : ?> <style>.really_simple_share { display:none; }</style> <?php endif; ?>Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Timestamp link to tweet errorHi, you’re right. The tweet IDs are grown so much over the years that the code started writing them in scientific notation 🙂
My fault obviously! I’ve just released the 2.5.2 version of the plugin, correcting the issue. Thanks for reporting it!Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Google analyticsIt’s a single field for all time; I created the plugin to provide this single info, the same way it’s built into other CMSs (Joomla etc.). Anyway it may be extended, to supply weekly/monthly stats.
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Google analyticsHi, the tables can be populated editing (or inserting) the post “custom_total_hits” custom field.