I don't want to share my PAGE, but I want to share a message with a short URL link to something.如何創建一個<a href=> to facebook and share a message?
0
A
回答
-1
Here's a very easy way to do it: http://www.facebook.com/facebook-widgets/share.php
0
我認爲你正在尋找Facebook的API函數stream.publish:
http://wiki.developers.facebook.com/index.php/Stream.publish
或FB.Connect.streamPublish:
http://developers.facebook.com/docs/?u=facebook.jslib.FB.Connect.streamPublish
5
我猜你是在說這個,對吧?
http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.google.com%2F&t=Google
它可以讓你分享 「www.google.com」 在Facebook上使用的標題是 「谷歌」。所有編碼,顯然。
相關問題
- 1. 我如何獲得<a href> and</a>在php
- 2. <A href> adding " to URL
- 3. <a href> shows different message in windows and linux server
- 4. <a href="url"> and window.location = "url" on iOS?
- 5. Set <a href> name to open a specific video when supplying a link
- 6. 角JS <a href> route back to LogIn
- 7. <a href=""></a>不工作
- 8. MVC <a href> redirect to other website?
- 9. <a href=...> syntax
- 10. <a href="#!"> do?
- 11. 爲什麼<a href=#A> and jquery click function not work together?
- 12. <a href="link.html">
- 13. 使用<a href= > tag
- 14. <a></a><a></a>標籤
- 15. 點擊<a href="">
- 16. 從<a href=""> link
- 17. 缺少下劃線<a href> and <u>
- 18. <a href="#..."> link not working
- 19. @ Html.ActionLink到<a href="@Url.Action()>
- 20. 轉換的<a href=...> to a button onclick
- 21. CSS如何獲得:在頂部的IMG,insted的第一個A HREF「<a></a><a><img></a>」無浮
- 22. 在<a href="form.submit();">
- 23. 通過<a href> - PHP
- 24. 使用<a href> link
- 25. IE上<a href> click
- 26. href表達式<a href="javascript:;"></a>做什麼?
- 27. 什麼是<a href="?request=register"> Register</a>中的href?
- 28. 如何使用<a href> tag
- 29. 如何調用不同<a href="">
- 30. 使用<a href> to link a HTMLEntityEncoded String
這兩個都需要擴展權限。您可以使用不需要擴展權限的(FBML或XFBML),因爲它們在Facebook服務器上運行,並使用戶交互發布。 –
2010-03-26 21:24:57