Skip to content

Commit

Permalink
Update Facebook connection link and text (#94276)
Browse files Browse the repository at this point in the history
Co-authored-by: Kateryna Kodonenko <kateryna@automattic.com>
  • Loading branch information
katinthehatsite and Kateryna Kodonenko authored Sep 12, 2024
1 parent 8acdcd9 commit 47018cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/my-sites/marketing/connections/service-tip.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ class SharingServiceTip extends Component {

facebook() {
return this.props.translate(
'You can also add a {{likeBoxLink}}Like Box{{/likeBoxLink}}, a {{shareButtonLink}}share button{{/shareButtonLink}}, or {{embedLink}}embed{{/embedLink}} your page or profile on your site.',
'You can also add a {{pagePluginWidgetLink}}Page Plugin Widget{{/pagePluginWidgetLink}}, a {{shareButtonLink}}share button{{/shareButtonLink}}, or {{embedLink}}embed{{/embedLink}} your page or profile on your site.',
{
components: {
likeBoxLink: (
pagePluginWidgetLink: (
<a
href={ localizeUrl(
'https://wordpress.com/support/facebook-integration/#facebook-like-box'
'https://wordpress.com/support/facebook-embeds/#facebook-page-plugin-widget'
) }
/>
),
Expand Down

0 comments on commit 47018cf

Please sign in to comment.