<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Facebook integration</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=7014692" />
  <subtitle>Facebook integration</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=7014692</id>
  <updated>2026-04-06T17:03:53Z</updated>
  <dc:date>2026-04-06T17:03:53Z</dc:date>
  <entry>
    <title>RE: Facebook integration</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8278891" />
    <author>
      <name>Matthias Fenz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8278891</id>
    <updated>2011-04-18T08:31:44Z</updated>
    <published>2011-04-18T08:31:44Z</published>
    <summary type="html">Hi Jitendra,&lt;br /&gt;&lt;br /&gt;first of all thanx for the hint...&lt;br /&gt;&lt;br /&gt;Now i have a further question: &lt;br /&gt;&lt;br /&gt;When the entry is posted to my facebook profile, there&amp;#39;s an image shown... This image is not defined, or, to be more precise, the default facebook-image is shown. Do you know how i can change this? I&amp;#39;d like to use a custom image...&lt;br /&gt;&lt;br /&gt;Thanx in advance, Matthias</summary>
    <dc:creator>Matthias Fenz</dc:creator>
    <dc:date>2011-04-18T08:31:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Facebook integration</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7295239" />
    <author>
      <name>Jitendra Rajput</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7295239</id>
    <updated>2011-01-28T08:54:35Z</updated>
    <published>2011-01-28T08:54:35Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div class="quote-title"&gt;Puj Z:&lt;/div&gt;&lt;blockquote&gt;Hi Jitendra,&lt;br&gt;&lt;br&gt;have you found a solution to your question? I am looking for the same thing.&lt;br&gt;&lt;br&gt;Cheers&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;Hi,Puj Z&lt;br&gt;&lt;br&gt;Yes I found the solution  ...what you need to do is just made changes in portal-ext.properties file &lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;
 social.bookmark.types=facebook,twitter

social.bookmark.post.url[facebook]=http://www.facebook.com/share.php?u=${liferay:social-bookmark:url}&amp;amp;amp;t=${liferay:social-bookmark:title}

&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;  In &lt;strong&gt;social.bookmark.types&lt;/strong&gt; property specify the different type of social networking site you want to support like facebook , twitter .&lt;br&gt;&lt;br&gt;And below that in &lt;strong&gt;social.bookmark.post.url[facebook]&lt;/strong&gt; you have to provide the format by which social networking site share the data . For facebook its U(url) and T(title) for other site it may differ..&lt;br&gt;&lt;br&gt;Now it will work...........&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Jitendra Rajput</dc:creator>
    <dc:date>2011-01-28T08:54:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: Facebook integration</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7213194" />
    <author>
      <name>Jelmer Kuperus</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7213194</id>
    <updated>2011-01-23T14:44:56Z</updated>
    <published>2011-01-23T14:44:56Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;I am not familiar enough with facebook to give you direct instructions. But the social bookmark providers that are shown are defined in portal.properties like this&lt;br&gt;&lt;br&gt; &lt;pre&gt;&lt;code&gt;   
social.bookmark.types=blinklist,delicious,digg,furl,newsvine,reddit,technorati

social.bookmark.post.url[blinklist]=http://blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;amp;url=${liferay:social-bookmark:url}&amp;amp;amp;Title=${liferay:social-bookmark:title}
social.bookmark.post.url[delicious]=http://del.icio.us/post?url=${liferay:social-bookmark:url}&amp;amp;amp;title=${liferay:social-bookmark:title}
social.bookmark.post.url[digg]=http://digg.com/submit?phase=2&amp;amp;amp;url=${liferay:social-bookmark:url}
social.bookmark.post.url[furl]=http://furl.net/storeIt.jsp?u=${liferay:social-bookmark:url}&amp;amp;amp;t=${liferay:social-bookmark:title}
social.bookmark.post.url[newsvine]=http://www.newsvine.com/_tools/seed&amp;amp;amp;save?u=${liferay:social-bookmark:url}&amp;amp;amp;h=${liferay:social-bookmark:title}
social.bookmark.post.url[reddit]=http://reddit.com/submit?url=${liferay:social-bookmark:url}&amp;amp;amp;title=${liferay:social-bookmark:title}
social.bookmark.post.url[technorati]=http://technorati.com/cosmos/search.html?url=${liferay:social-bookmark:url}
&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;looks like it would be easy to add your own if you knew the url&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Jelmer Kuperus</dc:creator>
    <dc:date>2011-01-23T14:44:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: Facebook integration</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7213036" />
    <author>
      <name>Puj Z</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7213036</id>
    <updated>2011-01-23T13:57:27Z</updated>
    <published>2011-01-23T13:57:27Z</published>
    <summary type="html">Hi Jitendra,&lt;br /&gt;&lt;br /&gt;have you found a solution to your question? I am looking for the same thing.&lt;br /&gt;&lt;br /&gt;Cheers</summary>
    <dc:creator>Puj Z</dc:creator>
    <dc:date>2011-01-23T13:57:27Z</dc:date>
  </entry>
  <entry>
    <title>Facebook integration</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7014691" />
    <author>
      <name>Jitendra Rajput</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=7014691</id>
    <updated>2011-01-07T12:31:54Z</updated>
    <published>2011-01-07T12:31:54Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi Friends,&lt;br&gt;&lt;br&gt;I am using &amp;lt;liferay-ui:social-bookmarks/&amp;gt; tag for social networking &lt;br&gt;by default it supports digg,furl,reddit . now my question is i want to add facebook site in this list so that i can publish or share my data on facebook...&lt;br&gt;.so can any one help me out .&lt;br&gt;is it required facebook integration api for that ???? &lt;br&gt;if yes than how i can use it ? &lt;br&gt;i am new to liferay so i am not that much aware about it. my liferay version is 5.2&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;

&amp;lt;liferay-ui:social-bookmarks url="&amp;lt;%= bookmarkURL.toString() %&amp;gt;" title="&amp;lt;%= entry.getTitle() %&amp;gt;" target="_blank" /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;Snapshot&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Jitendra Rajput</dc:creator>
    <dc:date>2011-01-07T12:31:54Z</dc:date>
  </entry>
</feed>
