Home
> Uncategorized > WithFollow link from wordpress
WithFollow link from wordpress
Found how to get a With-Follow link from wordpress.org, two pages away from a PR7. Hopefully WordPress doesn’t read this post! 🙂
But, the author URL is with-follow (no rel=nofollow), so if you author a widget, and supply a url, then this will pass rank from WordPress to your site.
Another trick to this, is tag the plugin with a one of the following popular tags:
* widget (1410)
* Post (1059)
* plugin (850)
* admin (798)
* posts (774)
* sidebar (718)
* comments (609)
* images (462)
* google (444)
* page (432)
* links (431)
* twitter (423)
* rss (360)
This means that your plugin will get a link from the front of the plugins page, for a week ("Rss" is the best tag for this).
Categories: Uncategorized
Main.as->core.as
ourSite.load(); ->HappyMealSite.as -> load function ->configureSite function ->dispatchEvent(new HappyMealEvent(HappyMealEvent.CORE_READY, this)); Main.as
|
call HappyMealSiteXMLConnector
use HappyMealSiteXMLConnector to load everthing in config\flash.xml to HappyMealSiteConiguration (ourSiteConfig)
|
Load properties and pass it to HappyMealThemes extends HappyMealSection
Load Thems and pass it to HappyMealThemes extends HappyMealSection
Load Themes and pass it to HappyMealSite extends Site
|
Load properties and pass it to HappyMealSections extends Section
Load HappyMealSection and pass it to HappyMealSection extends Section
Load HappyMealSection and pass it to HappyMealsite extends Site
|
Load properties and pass it to HappyMealDiaglog extends HappyMealSection
Load HappyMealDialog and pass it to HappyMealDialog extends HappyMealSection
Load HappyMealDialog and pass it to HappyMealsite extends Site
|
Load properties and pass it to HappyMealComponent extends HappyMealSection
Load HappyMealComponent and pass it to HappyMealComponent extends HappyMealSection
Load HappyMealComponent and pass it to HappyMealsite extends Site
|
dispatchEvent(new Event(Event.COMPLETE));
ourMenu movieclip
ourContent movieclip
ourSectionContainer movieclip
LoadCore core.swf
ourFooter movieclip
ourMenuHome movieclip
ourLoaderBG Sprite
ourLoader movieclip
Preloader preloader.swf
ourFirstSectionID=’Home’;
LikeLike