I have been able to manipulate the URL using:
<?php $share_url = get_permalink().'job/'.$bb_job->id.'/';
echo str_replace('http://www.mywebsite.com/job-search/', $share_url, sharing_display());
?>
When I view the page and look at the code the URL is correct however when I click on a share button the URL is still http://www.mywebsite.com/job-search/ without the extra bit refering to the job.
***EDIT***
Just to let you know; the ‘job/306/’ part of the URL is unique to each job.
Hi jamie33iee
I had this same problem, it is a very simple fix.
Not sure why it happens but if you have no posts at all on your WordPress site then edit.php doesn’t work. This also happens with upload.php if you have no media uploaded.
The problem will resolve itself when you make your first post.
Hope that helps.