• Resolved lalalapo

    (@lalalapo)


    Hi,

    I wanted to include the guestbook in a site without wordpress.

    I used
    <?php include ‘https://website.com/wordpress/guestbook/&#8217;;?>

    The Guestbook is included, but if I write an entry, I am not able to post the entry.

    If I use iframes it works, but php includes would be much better. Have you any idea, why this do not work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, this is not really how it is going to work.

    For an include you need to include a php file anyway.

    But this plugin is really built on top of WordPress, and uses a lot of functions and hooks from it. Rewriting it to be standalone would make it quite a different thing.

    I don’t really know what to suggest. Using an iframe is quite a bad idea as well.
    Is it not possible to put your whole website inside WordPress?
    If not, using a guestbook that is standalone by design might be better in this case.

    Thread Starter lalalapo

    (@lalalapo)

    Yeah,

    I just build an own theme which works with my design. Now I can use the plugin correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php include’ is closed to new replies.