whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] CSS issue – Buttons are not visible or brokenHi, my plugin doesn’t use any “embed-wrap” class, it’s surely inserted by the plugin you’re using.
You should solve the plugin issue neutralizing locally its “embed-wrap” class with custom CSS, like this:
.really_simple_share .embed-wrap { padding:0; margin: 0; height: 55px; position:static; overflow:visible; }Forum: Plugins
In reply to: [Really Simple Share] Facebook bugHi mikorka,
this plugin gets the FB button content directly from the FB servers, so this issue is to address to the FB backend.Anyway, the iFrame and HTML5 versions of the FB button inject the button code in different ways; you can try to address this issue by switching them within the plugin advanced settings.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Installed but now showingHi Karola, very good!
Yes there’s a delay (an internal cache), because the Twitter service has a strict rate limit; try again in an hour. Cheers!Forum: Plugins
In reply to: [Really Simple Share] Add Support for Bitcoin! 'coinwidget.com'Hi all, Bitcoin and Litecoin buttons are now available within the new 3.0 plugin release, out today!
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Installed but now showingHi Karola,
unfortunately the 4 Twitter Authentication fields are mandatory.To obtain them (as stated in the plugin description) 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 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 Twitter Feed Widget] Installed but now showingHi Karola,
go to the Appearance->Widgets section, then drag the “Really Simple Twitter” box inside one sidebar on the right. This way the widget settings form will show: fill it with authentication data, customize it as you like and save. Cheers!Forum: Plugins
In reply to: [Most And Least Read Posts Widget] hits or viewsHi,
looking at Google Analytics, the best match for our “hits” is their “page views”, because the counter gets updated every time the page is refreshed (images and links hits are not counted).I chose the term “hits” because in WordPress there is distinction between page and post, so I’d better say correctly “page/post views” … but “hits” is shorter π
Usually the stats in Analytics are lower because of their better spider detecting engine; also, the Analytics detection code is javascript/client based, so if for some reason (low bandwith, js disabled, user quickly switching back) their code can’t complete the request the page view isn’t added.
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] hits or viewsHi, “hits” are just post reads. Basically the plugin adds a “hit” for a post every time the post “single” page is displayed (trying to discard views by search engines spiders).
Forum: Plugins
In reply to: [Really Simple Share] Tasto mi piace non funzionanteCiao,
gli sviluppatori di FB lo modificano continuamente causando temporanei malfunzionamenti … posso solo consigliarti, se non l’hai giΓ fatto, di abilitarne la versione HTML5 (leggermente piΓΉ stabile della versione iFrame) nelle opzioni avanzate del plugin.Forum: Plugins
In reply to: [Really Simple Share] Facebook fan boxHi, to bind the FB Like button to your FB Page, paste the FB Page url into the “FB Like button options -> Fixed sharing url” plugin setting.
Forum: Plugins
In reply to: [Really Simple Share] something not work properlyHi Angelo,
sorry for the VERY late answer. About your issues:- some carousel are tricky, unfortunately the plugin is now disabled on your site, so I can’t figure out how to solve
- the FB App ID is used to get insights about people clicking on FB like/share buttons on your site
- the language setting can be ignored if a multi-language plugin is active on the site
- additional text in Twitter is supposed to show like this, I can add a positioning option if useful
- the button width setting is for button spacing, it’s the width of the (invisible) block surrounding every button
Forum: Plugins
In reply to: [Really Simple Share] Facebook fan boxHi, if you look inside the Box code there’s this line (replace YOURNUMBER with the APP ID):
js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1&appId=YOURNUMBER";Forum: Plugins
In reply to: [Really Simple Share] Facebook fan boxHi,the USER ID is not related to the APP ID. To get an APP ID you have to create a Facebook App, this way you can get more insights over the buttons you link to it. Also, the FAN BOX ID isn’t related, but you can link your Fan Box to the advanced insights giving it a valid APP ID. Cheers!
Forum: Plugins
In reply to: [Really Simple Share] [REQ] Allow Enable/disable share buttons in post/pagesHi vyonte, this can already be done with custom fields. The way you propose would be little easier for users but also little heavier on system resources, so I’d prefer to keep it as it is.
If you want to hide the share buttons inside selected posts, set a “really_simple_share_disable” custom field with value “yes”.
Hi, did you set a correct username and authentication data (secret, key, etc.) inside the widget options?