<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Share widget -&amp;gt; look of FB share in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866570#M12412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 12:00:15 GMT</pubDate>
    <dc:creator>BenedekSimó</dc:creator>
    <dc:date>2016-08-29T12:00:15Z</dc:date>
    <item>
      <title>Share widget -&gt; look of FB share</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866568#M12410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know how to change the look of the facebook share. Currently I see that facebook takes the title of my share from the html title tag, and the description is currently this. (I guess the only static content of my app...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/216934_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I would like:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;my webapps title instead of the static title '&lt;SPAN style="color: #000000; font-size: medium;"&gt;ArcGIS Web Application&lt;/SPAN&gt;'.&lt;/P&gt;&lt;P&gt;- a small image of the shared map without this description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866568#M12410</guid>
      <dc:creator>BenedekSimó</dc:creator>
      <dc:date>2016-08-19T11:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Share widget -&gt; look of FB share</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866569#M12411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You will find the jimu/dijit/ShareLink.js has a&amp;nbsp;_toFacebook &amp;nbsp;function and in that function is where this line exists that you need to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"&amp;amp;t="&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;encodeURIComponent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;jimuUtils&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;stripHTML&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;socialNetworkTitle&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_appTitle&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure where that other text is coming from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866569#M12411</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-19T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Share widget -&gt; look of FB share</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866570#M12412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/share-widget-gt-look-of-fb-share/m-p/866570#M12412</guid>
      <dc:creator>BenedekSimó</dc:creator>
      <dc:date>2016-08-29T12:00:15Z</dc:date>
    </item>
  </channel>
</rss>

