|
- On the Ezine Articles Widget page, format the widget the way you want
- Copy the script code from Get The Code section
- Go to the Gadget Editor
- By default the "Hello World" Gadget loads
- Change the title to whatever you want, I.E. "ezine"
- Remove the "Hello, world!" line and insert the script code from step 2. The result will look something like what is in the box below
- Click "Save as" from the file menu and save the gadget with a new name
- Right-click on the gadget's link on the right and copy the URL
- Edit the page and where you want the gadget to appear select Insert, More gadgets, Add gadget by URL
- Paste in the URL you copied in step 8. Make sure you replace the "http://" that is in the box so that the only text in the box is something like the example URL below
- Configure the gadget properties and save the page.
Example Gadget URLCode for Gadget
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="ezine" />
<Content type="html"><![CDATA[
<script type="text/javascript" src="http://ezinearticles.com/widget/inc/eawidget.js"></script><script type="text/javascript" src="http://ezinearticles.com/widget/widgetfetch.php?theme=100&cheader=bb2020&cborder=d0d0d0&cbackground=f1f1f1&ctopic=f1f1f1&ctopictext=000000&ch3=bb2020&cfooter=f1f1f1&cfootertext=000000&height=400&width=270&articles=10&bio=1"></script>
]]></Content>
</Module>
|
|