Support » Plugin: Bookmarklet » [Plugin: Bookmarklet] What's the code to manually insert?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ada esaer

    (@caspisky)

    After activating the Manually insert, just include the following snippet of code in your theme, wherever you want the Menu to appear:

    <?php
    if(function_exists(‘get_bookmarklet’)) {
    echo get_bookmarklet();
    }
    ?>

    i am having some issues with this as well. i am a newbie when it comes to coding. where would i need to manually add the code in order to have the plugin on pages like the blog page, gallery and the home page?

    if it would be better i really only care to not have the plugin added to the contact page.

    thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Bookmarklet] What's the code to manually insert?’ is closed to new replies.