Osclass Support Forums

Osclass plugin support => Blog and News Plugin => Topic started by: Locan on June 25, 2018, 01:24:35 PM

Title: Facebook sharing button on article page
Post by: Locan on June 25, 2018, 01:24:35 PM
i want to show Facebook sharing button on article page , i use this code for post url like below but it not work

Code: [Select]
<?php echo osc_route_url('blg-post', array('blogSlug' => osc_sanitizeString(blg_get_slug($b)), 'blogId' => $b['pk_i_id'])); ?>
Title: Re: Facebook sharing button on article page
Post by: MB Themes on June 25, 2018, 01:38:47 PM
@dom
Is $b variable assigned?
Title: Re: Facebook sharing button on article page
Post by: Locan on June 25, 2018, 02:05:42 PM
i can't got article url in article page.
i don't know how to add facebook shared button. please help me .
Title: Re: Facebook sharing button on article page
Post by: MB Themes on June 25, 2018, 02:14:22 PM
If you are on blog page, I would guess variable is not $b but $blog
Title: Re: Facebook sharing button on article page
Post by: Locan on June 25, 2018, 02:19:48 PM
Thank You. now it work fine but not show image when share. How? why?
Title: Re: Facebook sharing button on article page
Post by: MB Themes on June 25, 2018, 02:42:40 PM
@dom
You should look for developer to get such information or simply google it on how to.