z3r0c00l
Forum Replies Created
-
Forum: Plugins
In reply to: How to add XML namespace attribute? Please Help!you may have found your answer already, but if not, you can use something like:
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?> xmlns:x2=”https://www.w3.org/2002/06/xhtml2″ xmlns:fb=”https://www.facebook.com/2008/fbml”>
You would need to edit the header php file in order to do so. Look towards the top of the code and find the <html> attributes. I’ve included the <?php language_attributes(); ?> in my declaration as well.
p
Forum: Plugins
In reply to: [Simple Facebook Connect] connect button keeps going to WP registerI can see that the button does log me into FB but it still takes the user to my registration page. I’m only wanting the login functionality. I’ve tried the shortcode fb-connect, is there another/different shortcode i need to use?
Forum: Plugins
In reply to: [Simple Facebook Connect] connect button keeps going to WP registeris there a way to just have them login vs register? I enabled the login plugin but see no widget. I tried the shortcode, I forget what it was, but it was doing the same thing.
Forum: Plugins
In reply to: [Simple Facebook Connect] shortcode for connect buttonk, figured it out. disregard post
next time i’ll rtfmForum: Plugins
In reply to: [Simple Facebook Connect] shortcode for connect buttonor actually I’ll need the php call
Forum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] short codes?Yeah, I had thought the same after trying a few things. Let me know if you do try implementing the Mashable scenario. It could be an interesting concept as well.
Forum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] short codes?well, i guess I’m not sure actually. I may download and test a bit.
In the end, I’d like the plugin to show up in the attention bar. The specific plugin is the “simple Facebook connect” plugin. If you have a look at Mashable.com, I could reproduce how they have added an “attention bar with facebook and twitter connect buttions” I’m shooting for something similar. Your bar might make this possible.