|
|
|
|
Gigya's Developer Documentation > Wildfire Sharing Tool > Developer's Guide > Post to Social Networks > Other Networks
Other NetworksFrom $1Table of contents
LiveJournalGuidelines for Posting Content to LiveJournal:LiveJournal insists that "embed" tags be closed explicitly.
OrkutGuidelines for Posting Content to Orkut:The scrapbook in Orkut has a limit of 1024 characters per individual scrap (code). Longer code will be cut.
BloggerGuidelines for Posting Content to Blogger:Blogger prefers their "embed" tags explicitly closed.
BlackplanetGuidelines for Posting Content to BlackplanetFor BlackPlanet, there needs to be an alternate embed code that does not have the classid attribute in the <object> tag nor the <embed> tag. Set the blackplanetContent parameter with the alternate embed code, as demonstrated: conf[‘blackplanetContent’]=’<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="400" height="300" id="widget_name"><param name="movie" value="http://www.domain.com/path/to/widget.swf" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all"/></object>’; Available Sections:The following is a list of the sections available for posting content to Blackplanet profile: PersonalMessage, Blog. You can restrict the list of sections displayed in the sections' selection dropdown by using the blackplanetSections parameter. Example:
To restrict Blackplanet to show only the "Blog" section, add the following to your configuration object: blackplanetSections:'Blog'
MigenteGuidelines for Posting Content to MigenteFor BlackPlanet, there needs to be an alternate embed code that does not have the classid attribute in the <object> tag nor the <embed> tag. Set the migenteContent parameter with the alternate embed code, as demonstrated: conf[‘migenteContent’]=’<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="400" height="300" id="widget_name"><param name="movie" value="http://www.domain.com/path/to/widget.swf" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all"/></object>’; Available Sections:The following is a list of the sections available for posting content to Migente profile: PersonalMessage, Blog. You can restrict the list of sections displayed in the sections' selection dropdown by using the migenteSections parameter. Example:
To restrict Migente to show only the "Blog" section, add the following to your configuration object: migenteSections:'Blog'
Tags:
|
||||
|