ChrisOBrien
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Markdown] [Plugin: WP-Markdown] Breaks paragraphsHi Stephen,
So I am having a problem that might sound like this one. I’m not sure if my problem is hypedtext’s problem, but I didn’t want to create unnecessary threads…The line breaks (two spaces at the end of a line) do not seem to be transferring into a post preview page. The blog summary page has all the line jumbled, but when I click the “read more” link, the blog post contains the line breaks. If I edit the post, the two spaces at the end of the line are stripped and not in the editor.
Not sure if I am explaining this well. An example is here:
preview page: http://www.christopherobrien.net/category/blog/
main blog entry: http://www.christopherobrien.net/a-daring-new-world/I was sort of thinking this might be the wordpress theme causing the problem, but the fact that the two spaces at the end of the line are being stripped has me guessing about the plug-in.
Any help insight would be greatly appreciated.
(Using 3.4.2 WordPress and 1.1.5 wp-markdown)Forum: Plugins
In reply to: [Facebook] Link your Facebook account to your WordPress-not enabling?So I’ve read through this thread and I think I have some similar\same problems.
When I click the “Link your facebook account…” hyperlink, the browser does nothing. Using Firebug, I can see that it throws an error — fb-admin.js – line 15 – FB is not defined
and here is the method in question:
function authFacebook() { FB.login(function(response) { if (response.authResponse) { redirectWithParam('fb_extended_token', 1); } else { console.log('User cancelled login or did not fully authorize.'); } }, {scope: 'manage_pages, publish_actions, publish_stream'}); }… sort of happy to know that it isn’t completely “operator error.” 🙂