whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Fatal Error v 2.0.4Hi all, please to enable the “Erase cached data” option, then load the frontend site. If everything is good, disable the “Erase cached data” option and reload the frontend.
The issue should disappears this way; it’s caused by wrong cached data (the cache format was changed with the upgrade).
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Unable to show tweetsHi phydcreative, please update to the 2.0.4 plugin release out now and tell us if it’s fixed!
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Code issue ?Hi all,
the 2.0.4 plugin release out now should (really!) solve the issue.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Authentication error on version 2.0.3Totally agree 🙂
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Authentication error on version 2.0.3Hi TDRock,
you’re right, this has to do with the new Twitter API.Starting from the 2.0 release, the plugin is based on Twitter API version 1.1. In order to use it, you have to create a personal Twitter Application on the https://dev.twitter.com/apps 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
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!Forum: Plugins
In reply to: [Really Simple Share] plugin adjusts page layoutHi neilglad, if you want help give some more info 🙂
What is your website url? In what pages does the issue occur?Forum: Plugins
In reply to: [Really Simple Share] Google Button is not shownHi pleasureinstitute,
the issue is caused by the prototype.js file used inside your “mygallery” lightbox plugin; I suggest you to update or replace that plugin because it can cause issues with other javascript services.Forum: Plugins
In reply to: [Really Simple Share] Manually Placing In Theme Causing ErrorHi degmsb,
the issue should disappear upgrading to the 2.9.1 plugin release, out today.Forum: Plugins
In reply to: [Really Simple Share] Manual buttons inserting.Hi all,
the issue is solved easily adding an echo in your code:
<?php echo really_simple_share_publish($link='', $title=''); ?>
You can also use this code when outside the loop:
<?php echo really_simple_share_publish(the_permalink(), get_the_title()); ?>Forum: Plugins
In reply to: [Really Simple Share] Facebook counterHi Karen,
unfortunately you can’t remove the Facebook counter, that option is not allowed in the official Facebook Like button.To have the buttons look better in your site, I suggest you to set the plugin “layout” option from “box” to “button”. Cheers!
Hi hobba,
it’s done in the just released 2.0 plugin update. Have fun!Forum: Plugins
In reply to: [Really Simple Share] Centering the button.Hi ikeyaro,
as stated in the plugin FAQ, every button has its own div class (e.g. “really_simple_share_twitter”) for easy customization inside the theme css files. Plus, the div surrounding all buttons has its own class “really_simple_share”.If you want to override default styling of the buttons, check the disable default styles option add your style rules inside your css theme file.
Forum: Reviews
In reply to: [Really Simple Twitter Feed Widget] works with old apiHi dreamweaveron, today with our 2.0 release we are one of the very few plugin already compatible with the new Twitter API 1.1 🙂 Have fun!
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Code issue ?Hi Neil,
the 2.0.2 plugin release out now should solve the issue.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Code issue ?Hi Neil,
please enable the “Show debug info” option and tell me the widget debug output in your website source code (or tell me your website url).