Java script widget
-
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 = "https://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="https://widget.jobberman.com/whitelabel.js"></script>
i want it on this https://www.jfkideas.net/hot-jobs page
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Java script widget’ is closed to new replies.