Hi all,

I have a view with a custom field (PHP), within i have entered the code to render a couple share buttons. Every share button is displayed correct, except the LinkedIn Share button which contains Javascript code and a pattern (pattern also works with the other share buttons).

I allready applied the following patch: http://drupal.org/node/810190, but no result.

Here is the code that i wanna render in the custom field:

<script type="IN/Share" data-url="http://testing.ikverdieneenjob.be/[name]" data-counter="right"></script>

Also tried:

<?php echo '<script type="IN/Share" data-url="http://testing.ikverdieneenjob.be/[name]" data-counter="right"></script>'; ?>

Note: If i enter this code with the field "Global: Text area" (Head) it works.

Can anyone help me?

FIXED! I now use a custom field (Markup). Sorry for the issue, i now found it after searching a while. This issue can be closed.

Thanks!
Gunther

Comments

guntherdevisch’s picture

Issue summary: View changes

More info

guntherdevisch’s picture

Issue summary: View changes

Edit

guntherdevisch’s picture

Status: Active » Closed (fixed)
guntherdevisch’s picture

Issue summary: View changes

Update