Manyou Open Platform(Manyou开放平台/MYOP)服务是由Comsenz公司为应用开发者提供的开放平台。MYOP被设计为能够满足大容量数据及频繁存取的需要,因此是应用服务器与UCenter Home用户网站之间的通信桥梁。MYOP通过专有API与UCenter Home进行通信,根据应用开发者的需要,调用UCenter Home的相应数据,并将其缓存,封装成若干API接口,以供应用开发者使用
应用:
QQ/MSN等账户邀请:你可以直接邀请MSN好友 (<span> 点击邀请
当前页面引入:
invitemaillist.html:
预览:
应用:
QQ/MSN等账户邀请:你可以直接邀请MSN好友 (<span> 点击邀请
当前页面引入:
<script src="http://widgets.manyou.com/misc/scripts/ab.js" type="text/javascript"></script>
invitemaillist.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script type="text/javascript" src="http://widgets.manyou.com//misc/scripts/ab.js" charset="utf-8"></script> <script type="text/javascript"> function comma_to_nl(){ var emails = parent.parent.document.getElementById('recipients'); emails.value = emails.value.replace(/ /g, ""); emails.value = emails.value.replace(/,/g, "\n"); } function show_invitation_area(){ parent.parent.document.getElementById('email_invitation').style.display = 'block'; } </script> </head> <body onload="MYABC.onCBPageLoad(); comma_to_nl(); show_invitation_area();"> </body> </html>
预览: