Bitcoin Forum

Economy => Micro Earnings => Topic started by: FaucetRank.com on August 29, 2016, 05:26:28 AM



Title: Faucetbox in wordpress
Post by: FaucetRank.com on August 29, 2016, 05:26:28 AM
Yesterday I tried lot to integrate faucet box script within wordpress but couldn't success.
everything was fine but when I load page it was showing blank page .
what could be the cause that index.php was showing blank page?


Title: Re: Faucetbox in wordpress
Post by: I.Grozni on August 29, 2016, 08:23:44 AM
Yesterday I tried lot to integrate faucet box script within wordpress but couldn't success.
everything was fine but when I load page it was showing blank page .
what could be the cause that index.php was showing blank page?

Here you can ask questions about the integration of faucet in WordPress https://bitcointalk.org/index.php?topic=1436434.0

Personally, I think the inex.php not be replaced in WordPress because this page is generated what defined the theme of the page. It collects data from the header, footer, sidebar, menu ... etc., and displays them through index.php in the default theme. Faucet can be displayed inline through some of the pages but this is not a happy solution.


Title: Re: Faucetbox in wordpress
Post by: ~Bitcoin~ on August 29, 2016, 05:46:42 PM
I have also played with integrating faucetbox in wordpress and found a simpler solution by loading index.php of faucetbox script in iframe over one seperate page of wordpress. You may have to make few adjustment with the iframe width, height and border and also have to remove few unneccesary divs from index.php of faucetbox script.