Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Darstellung der Umlaute bei Twitter und Pinterest Share

$
0
0
Hallo Community,

ich habe die Social Share Icons eingebunden. Es funktioniert auch alles, allerdings werden die Umlaute bei Twitter und Pinterest mit einem � Dargestellt. Bei Facebook, das ebenfalls eingebunden ist, funktionieren die Umlaute alle perfekt.

Woran kann das liegen?

Ich benutze die CE 4.8.4

Der Code sieht so aus:
PHP Code:

    <ul class="social-share-detail">
    <
li>[{oxmultilang ident="SHARE"}] </li>
    [{if 
$oConf->getConfigParam('ecs_fac')}]
    <
li><a href="http://www.facebook.com/sharer.php?u=[{$oDetailsProduct->getMainLink()|urlencode}]" target="_blank"></a></li>
    [{/if}]
    
   [{if 
$oConf->getConfigParam('ecs_twi')}] 
    <
li><a href="https://twitter.com/intent/tweet?text=[{$oDetailsProduct->oxarticles__oxtitle->value}] [{$oDetailsProduct->oxarticles__oxshortdesc->value}] [{$oDetailsProduct->getMainLink()|urlencode}]&url=[{$oDetailsProduct->getMainLink()|urlencode}]" target="_blank"></a></li>
    [{/if}]
    
    [{if 
$oConf->getConfigParam('ecs_pin')}]
    <
li><a href="https://pinterest.com/pin/create/button/?url=[{$oDetailsProduct->getMainLink()|urlencode}]&media=[{$oDetailsProduct->getPictureUrl()|urlencode}]&description=[{$oDetailsProduct->oxarticles__oxtitle->value}] [{$oDetailsProduct->oxarticles__oxshortdesc->value}]" target="_blank" data-pin-do="buttonPin"></a></li>
    [{/if}]
    
    [{if 
$oConf->getConfigParam('ecs_gog')}]
    <
li><a href="https://plus.google.com/share?url=[{$oDetailsProduct->getMainLink()|urlencode}]" target="_blank"></a></li>
    [{/if}]    
    </
ul


Viewing all articles
Browse latest Browse all 6951

Trending Articles