whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Change order of Social buttonsHi, to change the order just drag&drop the buttons in the plugin settings page! You can also adjust the button width in the same page!
Hi Dave,
the issues you notice are fixed in the 2.0.1 release out today.Forum: Plugins
In reply to: [Really Simple Share] Space between buttonsHi houseanthems,
I can’t see the buttons in your site, probably you disabled them at all. Anyway, you have to adjust your CSS theme, fixing the rules applied to the standard iFrame height.Forum: Plugins
In reply to: [Really Simple Share] Facebook Like Comment MissingHi eystevens,
you can enable it activating the “html5” version of the Facebook Like button, in the plugin options screen. Cheers!Hi Dave,
now the development version of the plugin is using the new 1.1 API. You can get it here.To have it working, you have to create a personal Twitter Application on the dev.twitter.com website. Within your Application, Twitter provides two strings: the Consumer Key and the Consumer Secret.
You also need two other strings, the Access Token and the Access Token Secret, that you can get in the same site following this guide.Finally, enter all the Authorization string in the widget options box, along with your favorite display settings: your Twitter Widget is now ready and active!
You can use the same Authorization strings for several widgets and multiple website. Just remember to store them in a safe place!
You also need to enable the CURL and OPENSSL extensions in your PHP environment.
At the moment the new plugin is working in two website without issues. If you want, give it a try and let me know!
Forum: Plugins
In reply to: [Really Simple Share] Facebook button asks to confirm after a likeYes, the spam feature should disappear once you go online to a regular domain, also the other issue should solve themselves.
Forum: Plugins
In reply to: [Really Simple Share] png image of Pinterest button not showingThe Pinterest guys changed recently the way their button shows and interacts with your website, causing this little issues and breaking backward compatibility.
I’m only reflecting the changes in the plugin, in order to prevent loss of compatibility and have everything working from now on.
Forum: Plugins
In reply to: [Really Simple Share] Facebook button asks to confirm after a likeHi Robert,
the “confirm” action is an automatic feature of the Facebook Like button to avoid spam, turned on for suspicious sites by the Facebook servers. It’s a new feature and it’s often reported as buggy; if you think they messed up with your site, report the issue to the Facebook staff.p.s. as for the Facebook app ID, I’m not sure about it, its main purpose should be about centralizing all the app/website data and statistics.
Forum: Plugins
In reply to: [Really Simple Share] png image of Pinterest button not showingHi miavitadolce,
the issue on your website is mostly caused by your theme; in particular, the following CSS rule:
.postcontent a img
that you use for image styling inside content gets applied to the Pinterest button. You can try to change the selector this way:
.postcontent p a img
or similar.Also, the Pinterest button has too little space: go to the plugin settings page and set its width at lease to 70px.
Have a good day!
Forum: Plugins
In reply to: [Really Simple Share] Twenty Twelve on iPhone, buttons all over the placeHi jonvision,
the issue for linkposts is caused by this theme’s CSS rule on line 1090:article.format-link .entry-content { max-width: 80%; }You can update “80%” to “100%” to recover the buttons lost space.
In similar ways, using CSS media queries, you can adjust the buttons layout for small screens (I avoid putting this code directly inside the plugin for other themes compatibility).Forum: Plugins
In reply to: [Really Simple Share] Facebook Like behaviour- is this correct?Hi radkrishr,
the comment box for Facebook Like only appears if the button “html5 version” is set in the Options page; it’s never available on “iFrame” mode. The comments box can be clearly seen on several test websites: if the issue with your site is not yet solved, pleas tell us its url to perform some checks.Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not showingHi bkglass,
the new 2.9 plugin release, out today, should solve your Pinterest issue; if not, try to activate the “Always use multiple image selector” option.Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not showing upHi daddyscratches,
the new 2.9 plugin release is out, with a new Pinterest code; now the PinIt button should always appear, even when the plugin isn’t able to recognize the picture.Forum: Plugins
In reply to: [Really Simple Share] png image of Pinterest button not showingHi bkglass,
the new 2.9 plugin release is out, solving the Pinterest issue. Have fun!Forum: Plugins
In reply to: [Really Simple Share] png image of Pinterest button not showingHi bkglass,
the Pinterest guys suddenly changed their button behavior and code without warnings and breaking backward compatibility (again, like some time ago). I’m working on a quick rewrite for the new Pinterest button, removing a lot of (now useless) old code. Stay tuned!