How to add HTML /Javascript to Widget
-
Hello I am trying to figure out how to add Lookbook HTMLL/JavaScript code to my sidebar widgets I am adding it to the (TEXT) widget and I am applying this code below…but its not working
<!–BEGIN PROFILE WIDGET–><script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js” type=”text/javascript”></script><script src=”http://lookbook.nu/widget/profile.js?id=2162054&width=standard&align=center&stats_fans=1&stats_looks=1&stats_loves=1&stats_karma=1&fanbox=yes&hash=49e32bb1102af4e6d080fb2e8fe79472″></script><div id=”profile_widget_container_2162054″></div><!–END PROFILE WIDGET–>
-
Don’t add the jQuery library again
So..what do I delete? just the part with /libs/ or the entire
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js” Part?Delete this:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>Andrew you are a god send! Thank you so much and thank SO! much for the quick response
Ok this is what I have put in Andrew and now the widget isnt even showing 🙁 sorry excuse my ignorance… <!–BEGIN PROFILE WIDGET–><script src=”http://lookbook.nu/widget/profile.js?id=2162054&width=standard&align=center&stats_fans=1&stats_looks=1&stats_loves=1&stats_karma=1&fanbox=yes&hash=49e32bb1102af4e6d080fb2e8fe79472″></script><div id=”profile_widget_container_2162054″></div><!–END PROFILE WIDGET–>
You need to link the page with the issue
The topic ‘How to add HTML /Javascript to Widget’ is closed to new replies.