BCS WordPress Functionality In A Web Page


It has always been desirable to have WordPress to become part of your normal web site. Many of the proposed solutions require numerous hours of programming and testing. While researching on the Web I found a solution that is so simple it was absolutely mind boggling.
This miraculous feat is accomplished with a single line of code.
[codesyntax lang=”php”]

	echo '<iframe width="100%" height="100%" src="Your WordPress URL" frameborder="0" allowfullscreen></iframe>';

[/codesyntax]
Leveraging IFrame makes this solution work like a dream.
To enter administration mode simply open the WordPress login command in a new tab (in you favorite browser) and your dashboard will appear.
Click here to view a demonstration of the code in action.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Leave a Reply

Your email address will not be published. Required fields are marked *