If a link is shared by pasting the link on a facebook post instead of the share button, will it be counted as a share?
I tried pasting this link (https://kabayanabroad.antdomus.com/as-a-parent-will-you-bring-your-kids-to-ksa/) and posted in my facebook timeline. Then I checked the url statistic using FQL, and still got the same share count. It didn't seem to increment.
FQL:
SELECT url, normalized_url, share_count, like_count, comment_count,
total_count, commentsbox_count, comments_fbid, click_count FROM
link_stat WHERE url = 'https://kabayanabroad.antdomus.com/as-a-parent-will-you-bring-your-kids-to-ksa/'
RESULT:
FB share
*****************************************************
UPDATE: 3/10/2015
- When I comment on the posted link inside facebook, it increments the
comment_count
- When I 'like' the posted link inside facebook, it increments the
like_count
- When I share the posted link inside facebook using the share dialog, it increments the
share_count
Does this mean it has to go through the SHARE DIALOG? And does this mean that if a link is shared only by copy-pasting the link it will not count as a share_count?