topdevs.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Like Page Plugin] SPF not working@vencecanguelos2 we see it is working now on your website. Have you figured this out yourself?
Forum: Plugins
In reply to: [Simple Like Page Plugin] LanguageHi Gabriele! Do you use any other Facebook plugins or features on your website?
We see the code like this on your page:
<div id="fb-root"></div> <script>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/all.js#xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));</script>
It goes just after
<body>
tag and Google Analytics code.It loads the Fecabook with en_US locale, when it is time for your plugin to show in Italian the Facebook is already loaded in English.
Do you know what it can be?
Forum: Plugins
In reply to: [Simple Like Page Plugin] Plugin doesn workHi there!
Please make sure the Page doesn’t have any restriction at all. For example Age restriction or location restriction. If you have any restriction on your Page, the Page will not show on Facebook Page Plugin.
You can enter your Facebook Page URL on this link and see if it works: https://developers.facebook.com/docs/plugins/page-plugin
When we add your URL there it also doesn’t show up.
Although we can’t find any official number of page likes needed to show the Page Plugin, but you may need to get more likes to make it visible.
Forum: Plugins
In reply to: [Simple Like Page Plugin] SFP stopped workingNo problem! We are glad everything is working fine now.
Forum: Plugins
In reply to: [Simple Like Page Plugin] SFP stopped workingHi Rene! Just visited your website and see the plugin is working fine. Have you fixed it by yourself?
Forum: Reviews
In reply to: [Simple Like Page Plugin] Honestly the easiest Facebook-likebox plugin!!Thanks magdigit! We are glad you like the plugin. Cheers!
Forum: Plugins
In reply to: [Simple Like Page Plugin] Fluid width issuesYou have this custom CSS added to the page:
.sfp-container { top:0; position: absolute; height:auto; overflow: auto; }
Making container absolutely positioned you take it from the page flow and make it no width, so Facebook use a “0” as a container width value.
We understand why you have added this code to align your flex layout and make it even height with the left column, but you should look for another CSS hack in this case.
Forum: Reviews
In reply to: [Simple Like Page Plugin] Bad SupportWe are sorry about your bead experience with the plugin. As we answered to your initial thread, the plugin should by default adapt to the width of its parent container on page load and you can post a URL link to the issue, so we can check. If you have found another plugin that fits you better, then we are more then glad.
Forum: Plugins
In reply to: [Simple Like Page Plugin] Fluid width issuesHi there!
Sorry for a long reply, the support for free plugins is not in our priority. The latest plugin version should by default adapt to the width of its parent container on page load.
If you still want to use this plugin please post a URL link to the demo, so we can check the issue.
Thanks!
Forum: Plugins
In reply to: [Simple Like Page Plugin] Is it responsive?Hi there!
The plugin will by default adapt to the width of its parent container on page load (min. 180px / max. 500px). No dynamic resizing though.
If the width of the parent element is bigger than the width parameter it will maintain the value defined in the width parameter.
Forum: Plugins
In reply to: [Simple Like Page Plugin] No facebook posts showing upHi Graham!
There is a new option for showing the posts.
[sfp-page-plugin timeline=true]
Please see this page for latest parameters list and shortcode examples.
Forum: Plugins
In reply to: [Simple Like Page Plugin] Does not work with 4.8Hi Jac,
It should work just fine with the 4.8. We are not experiencing any issues across multiple WordPress 4.8 installs. Can you be more specific on what exactly not working?
Forum: Plugins
In reply to: [Simple Like Page Plugin] Centering and sizeHi Sue!
1. You can try to center the Page Plugin with a custom CSS like this:
.sfp-container { text-align:center; }
2. This is a Facebook limit and you can’t make it wider, sorry.
Cheers!
Forum: Plugins
In reply to: [Simple Like Page Plugin] Update to 1.5 doesn’t workThis should be fixed now. Please update.
Forum: Plugins
In reply to: [Simple Like Page Plugin] Update to 1.5 doesn’t workHi everyone! We are trying to figure this out. Sorry for the inconveniences.