Easy Question?How Can I Add My BHCB to Wordpress?

super-oct

BANNED
Joined
Jul 26, 2009
Messages
323
Reaction score
53
Hello Guys,

I bought my BHCB few days ago but for some reason i cant find a way to upload the code to wordpress?Any of you know how to do this?Please let me know.

I have tried blogger but no luck there also!!
Thanks in advance.
 
Are you using wordpress.com or your own wordpress site?

For blogger its easy. Just include the insert code in the header widget. Of course, you have to have it hosted on your own domain first. I've never tried it with a free web host, but it may work.

If you are using your own wordpress site, just switch the post to html mode and include the insert code at the very top of the post. Make sure you use the full path even if the code is located on the same domain.

Alternately you can also use a header plugin to accomplish this, but again make sure you use the full path of the lock.js file.

If you are using wordpress.com, then I'm not sure because I have never used it that way, but it should be somewhat similar to one of the methods I outlined above.

Hope this helps
 
Ok thanks mate,With blogger can i upload the file as an html code?
 
Not that I am aware of.

You need to have the file hosted on a seperate domain that you are in control of (at least, thats the only way I have ever done it). Then, you open the header widget and place the

Code:
<script type="text/javascript" src="http://yourfilespath.com/lock.js"></script>

in there. I'm sure you could probably open the template also and include the code in the header there as well.

I have never tried to place the lock.js code on blogger itself, but I don't think it would work.
 
I believe you can just host the lock.js file somewhere else and just call it in your blogger/wordpress site. I know I've seen it done with JS before so I don't see how this would be much different.
 
I really want to upload the code to a free service,Been trying but no luck yet.
 
Back
Top