Please iam new to wordpress and iam not dat guru. i am trying to put a javascript into a page to display a widget from another site. but its not working, i have been on this for days all the tutorial are too complex for me, please can someone guide me through this.
se the script
<div ng-app="jbWhitelabelApp">
<div ng-view="">
</div>
</div>
<script>
var accessName = "jfkideas";
var widgetUrl = "http://widget.jobberman.com/" + accessName + "/";
var ipp = 20;
if (typeof(angular) == "undefined") {
document.write("<script src=https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js><\/script>");
}
</script>
<script src="http://widget.jobberman.com/whitelabel.js"></script>
Finally someone answers, thank you Esmi for responding i have gone through using javascript and i dont understand it, iam still a beginner, that is why i pasted the javascript here, i would love someone to try the script or tell me wat to do with the script above and how to do it. that’s going to be more helpful.
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Java script widget’ is closed to new replies.