RHCdG
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problem with two WP-installs on same domainI guess this is resolved. I still don’t see the buttons in the root directory, but it works like I want it to.
Thanks again for your help, and for the plugin!Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problem with two WP-installs on same domainHere is my problem: In the Edit Posts section of the WP-installation in the subdirectory, both buttons appear, i.e., the Publish to Facebook Fan Page, and Publish to Your Facebook Profile buttons. In the Edit Posts section of the WP-installation in the root directory, the above mentioned buttons do not appear. Instead, the following message is displayed:
“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.”
I would like to be able to publish to my Facebook Profile from the subdirectory, and to publish to the Facebook Fan Page from the root directory.
I appreciate your help!
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problem with two WP-installs on same domainI removed the subdirectory at the app’s settings like you said, but nothing has changed. I am wondering if it is best to deinstall the plugin, remove the plugin files, and start from scrath. Would that be an idea? Or will that affect the settings (API Key, etc.) that I entered earlier?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Problem with two WP-installs on same domainThanks for your reply. Can you point me to where exactly I should go on that page?
Just to reiterate, I would like to be able to:– post from my personal blog at ../rhcdg to my Facebook wall, and
– post from the root site to the Facebook Fan Page.If possible, I’d like to keep both away from each other. That is why I thought I’d install the plugin in both WP installations.
Forum: Plugins
In reply to: [Plugin: Yoasts Breadcrumbs]: where to insert code?Alternatively, of course, one could put it in the header.php
Found this info at http://forum.bytesforall.com/showthread.php?t=612
Don’t know if this works for other themes beside Atahualpa as well…
Forum: Plugins
In reply to: [Plugin: Yoasts Breadcrumbs]: where to insert code?Solved this through my own research!
Code should be entered right after<?php get_header(); ?>
in the theme’s index.php file.