Hello, the facebook like button and share button are in English, but my website is in Dutch.
Can you show me where to change this?
Example
Regards, Peter
Can you show me where to change this?
Example
Regards, Peter
div#fd.eb .is-large .eb-share-facebook.has-sendbtn {
width: 47px;
}
/* replace to */
div#fd.eb .is-large .eb-share-facebook.has-sendbtn {
width: 89px;
}
if you are not afraid to touch code please try:
1) Open: templates\shaper_eventum\html\layouts\joomla\content\comments\engine\comments\facebook.php
2) Find line 18:
js.src = "//connect.facebook.net/en_US/sdk.js
Change to
js.src = "//connect.facebook.net/nl_NL/sdk.js
templates/shaper_helix3/html/layouts/joomla/content/comments/engine/comments/
and changed to
js.src = "//connect.facebook.net/nl_NL/sdk.js