0

I am working on a widget sort of project. I have an external URL - http://live.cricnepal.com. THis is a scorecard of Cricket (game). Now i want to share this url to the public for ex: making a widget, plugin etc.

I am currently pulling the url with the help of iframe(http://www.cricnepal.com), (http://www.digitec.com.np) and also developed a simple plugin in wordpress with iframe. I need a help from you people on how to pull the url by javascript api, json/np etc, so that i can share this widget to other website owners/fans of cricket.

Looking forward for your help . Cheers! Have a great day.

Nis
  • 9
  • 2

1 Answers1

0

this is how to pull the URL and write it.

<script>

document.write(location.href);

</script>
  • Could you please post the full code here please. Also, How can we pull the external URL by using . – Nis Aug 28 '12 at 06:36