Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone, how to disable the thumbnail to show up? below is my code

What I have tried:

<a href="https://www.facebook.com/sharer/sharer.php?u='.$url.'event/register/6262"e=Event Name : '.$event_row['ach_name'].',  Date : '.$event_row['end_date'].',  Time : '.$event_row['acd_start_time'].' - '.$event_row['acd_end_time'].'&p[images][0]=http://development.relate.my/img/web/abundant-0.png" target="_blank"  rel="noshare">
								<img class="fb_share_button" src="' . $base_url . 'img/web/facebook-share-icon.png" width="13px" height="13px" alt="Share on Facebook" cursor:pointer; title="Share on Facebook">
</a>
Posted
Updated 30-May-20 1:51am

1 solution

The first thing I would do if you didn't want the image would be to remove the image information from the link you are creating.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900