lopes_andre Posted June 24, 2010 Share Posted June 24, 2010 Hi, I need to develop a widget. I have read that it is better to develop using JavaScript, but using a simple IFrame it is easier. What should I do? Develop using JavaScript or IFrame. Some tutorial on widgets using JavaScript? I'am very bad with JavaScript. Best Regards, Quote Link to comment Share on other sites More sharing options...
Mchl Posted June 24, 2010 Share Posted June 24, 2010 define 'widget' Quote Link to comment Share on other sites More sharing options...
haku Posted June 24, 2010 Share Posted June 24, 2010 Widgetty Whack. Quote Link to comment Share on other sites More sharing options...
lopes_andre Posted June 24, 2010 Author Share Posted June 24, 2010 Oh, sorry. English is not my main language... Widget... Ok, I have a Blog(like) and I wan't to give a JavaScript code to allow external websites to show the last 10 Blog entries. It is more clear now? It is difficult sometimes to express in english. Best Regards, Quote Link to comment Share on other sites More sharing options...
Mchl Posted June 24, 2010 Share Posted June 24, 2010 JavaScript can only fetch data from its own domain, so if your widget is to be JS based, it'll have to be in an IFRAME, or you will need to distribute some server-side code along with it. So yeah, at the end of the day you'll probably end up using both. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.