Viewing 3 replies - 1 through 3 (of 3 total)
  • <?php do_shortcode('[enter-shortcode-here]'); ?>
    Might work. Just add that to your theme template.

    Thread Starter Tevya

    (@thefiddler)

    I actually just did “view source” on the login page and extracted the HTML on the Janrain Engage section, then pasted it into my theme file and it works great.

    But I had no idea you could put shortcodes into the PHP! That’s awesome, thanks for telling me.

    Oops, made a mistake in that code. It should be:

    <?php echo do_shortcode('[rpxlogin redirect="http://www.janrain.com" prompt="Authenticate!" style="large"]'); ?>

    using the example rpxlogin shortcode.

    And I can confirm that it does in fact work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Insert Janrain Engage into WordPress Theme?’ is closed to new replies.