Ah understandable.
I actually just went through and replaced all the get_permalink with get_post_meta($post->ID, ‘share’, true)
and get_post_title with get_post_meta($post->ID, ‘share_title’, true)
So it is getting the info from the custom fields.
As it is only being used on a few pages have not noticed any speed differences.