ViperBe
Forum Replies Created
-
Is there any chance of a more permanent solution for this being implemented…
The workaround works, but I have to remember to edit the source code after every update.. I also keep running into the “multiple album short codes in 1 post” issue caused by the workaround, so a more permanent fix for this would be nice..Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI get the “unsafe JS” errors only in Chrome.. IE and FF don’t show any errors at all.. could this be because Chrome hides the initial “https://”?
Even though IE and FF show no errors though, I still have to refresh the page, so I think it s not related to the unsafe JS errors. The URI of my blog is https://jan.milants.eu/wp-admin/… and the FB app has site URL set to “https://jan.milants.eu/” and site domain set to “jan.milants.eu”, so all should be good.The final “Uncaught ReferenceError: sfcShowPubButtons is not defined” error I think is the problem.. I have looked for this function in all source files and the only reference I can find is in the onlogin property of the FB connect button. I can’t find a function declaration though..
Where is this supposed to be defined, is this in a JS file that s not part of the SVN checkout or so maybe?Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI get 2 “Unsafe JavaScript attempt to access frame with URL” errors:
– the first to access the FB frame (https://www.facebook.com/login.php?api_key=…) from my WP page (upon clicking ‘connect with FB’)
– the second to access what I assume is the FB login validator (https://static.ak.fbcdn.net/connect/xd_proxy.php?version=3#cb=f662f4ga1c&origin=…) from my WP page (upon logging in)And finally I get a “Uncaught ReferenceError: sfcShowPubButtons is not defined” which obviously means the function to show the buttons isn’t called for some reason..
Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI apologize for the JS issues.. this seems to have been caused by a misconfiguration on my part (I did many years ago).. get_locale was returning ‘en’ and thus the FB API could not be found on the localized address it was looking at.
It seems to work fine now. I have just 1 remark: if you are not logged into FB and you login through the popup in WP, SFC does not – after logging in – show the publish buttons; it will still show the login button (there is no indication it was in fact successful). Instead you have to refresh the entire page for the publishing buttons to show.
Nicely done btw.. I especially like how all the functionality is behind a checkbox on the settings page rather then a separate plugin.
Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI have disabled all plugins other then SFC and Akismet and am still getting the bad javascript error.. I have ran the reinstall, to no avail. I have tried in both Chrome and FireFox.
Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI can’t seem to get past the
If you can see this, then there is some form of problem showing you the Facebook publishing buttons. This may be caused by a plugin conflict or some form of bad javascript on this page. Try reloading or disabling other plugins to find the source of the problem.
error with that version..
Other then NGG and the automatic update plugins I have very few other plugins..
Forum: Plugins
In reply to: [Simple Facebook Connect] SFC – PublishI have run into the same problem.. have you found a fix for this?
I do prefer using SSL on FB as when I travel I am often forced to use less secure connections… as soon as I enable the secure option in my FB account settings however, the FCB publish function breaks down.
Those 2 edits fix the issue for me. Since I don’t have any places where I use multiple gallery shortcodes in a single post yet, I don’t have the issue where it shows twice.
Thanks for the patch. Looking forward to a more permanent solution!
Same here.. I use [album=2,compact]. Albums and sub-albums show, but where galleries are supposed to be, it s left empty.
I had not noticed this before though, but I have checked now and the gallery shortcode ([nggallery id=25 images=8]) does work fine.
It is only when galleries are approached through an album that they fail to display..I had NGG setup already.
When I installed FCB and activated the “SFC – Like Button” plugin, galleries stopped working. They still show, but when clicking on one to open, they fail and load an empty page (showing post context, but not the gallery itself). I have it set to manual, but it’s the same behaviour as when using “before and after the content of your post”.If you need any more info regarding my setup I will try to provide it..
I don’t know.. that is what I was told by the FCB developer when I asked him about this issue. I am trying to use both plugins, I don’t know much about their workings, or WP internals for that matter. If I knew why it wasn’t working or what was causing it I’m sure I would be so much closer to actually finding a fix…
edit: I should note that if I modify the SFC plugin to skip the apply_filters() call, NGG shows the gallery properly.. however as stated in that topic, doing that breaks FCB.