topdevs.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] VulnerabilityHi Martin! Version 2.0 have been release today, there are new cool features and the security improvements bing made. Cheers!
Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] VulnerabilityHi Martin! The 2.0 version is around the corner, the fix for this one will be included as well. Thanks for pointing this out and the feedback about the plugin. Cheers!
Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] SFP stopped workingNo problem! We are glad everything is working fine now.
Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] SFP stopped workingHi Rene! Just visited your website and see the plugin is working fine. Have you fixed it by yourself?
Thanks magdigit! We are glad you like the plugin. Cheers!
Forum: Plugins
In reply to: [Simple Like Page – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] 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 – Fast & Privacy-Friendly Page Embeds] 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.
Hi 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.
Hi 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 – Fast & Privacy-Friendly Page Embeds] 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!