Social share integration
Quote from mitchey on May 1, 2017, 10:03 amPlease how can i share a particular forum post with social media buttons? This will help in my traffic generation to the forum.
Please how can i share a particular forum post with social media buttons? This will help in my traffic generation to the forum.
Quote from Asgaros on May 3, 2017, 9:24 amHello mitchey,
there are some post-related hooks available which allow you to add your own functionality to the forum. The asgarosforum_after_post_message hook could be a good place to start.
Hello mitchey,
there are some post-related hooks available which allow you to add your own functionality to the forum. The asgarosforum_after_post_message hook could be a good place to start.
Quote from mitchey on May 3, 2017, 9:42 amThanks for the response, Asgaros. But please how do I get started with the asgarosforum_after_post_message hook?
Thanks for the response, Asgaros. But please how do I get started with the asgarosforum_after_post_message hook?
Quote from Yworld on May 6, 2017, 10:23 amHi mitchey
Only as a project, I did not check:
add_action('asgarosforum_after_post_message', 'my_function_share', 10, 2); function my_function_share($author_id, $post_id) { echo 'Your code'; }
Hi mitchey
Only as a project, I did not check:
add_action('asgarosforum_after_post_message', 'my_function_share', 10, 2); function my_function_share($author_id, $post_id) { echo 'Your code'; }
Quote from Yworld on May 6, 2017, 8:44 pmQuote from mitchey on May 6, 2017, 8:32 pmThanks Yworld. While particular file do I try out this code in? Is it forum.php?
To do this you just have to add this code to your themes functions.php file
Or should be used in code $author_posts, I do not know what code you will insert and what will happen
Quote from mitchey on May 6, 2017, 8:32 pmThanks Yworld. While particular file do I try out this code in? Is it forum.php?
To do this you just have to add this code to your themes functions.php file
Or should be used in code $author_posts, I do not know what code you will insert and what will happen
Quote from mitchey on May 6, 2017, 9:34 pmAlright. Thank you. But have you ever considered the option of including “like” and “share” buttons to your own forum?
Alright. Thank you. But have you ever considered the option of including “like” and “share” buttons to your own forum?
Quote from Yworld on May 6, 2017, 9:39 pmQuote from mitchey on May 6, 2017, 9:34 pmAlright. Thank you. But have you ever considered the option of including “like” and “share” buttons to your own forum?
I did integration with plugin Wp-Recall https://asgarosforum.ru/forum/?view=thread&id=96
There is something for your plugin Ultimate Member. I did not do it, but I have it in the collection https://asgarosforum.ru/forum/?view=thread&id=96
Quote from mitchey on May 6, 2017, 9:34 pmAlright. Thank you. But have you ever considered the option of including “like” and “share” buttons to your own forum?
I did integration with plugin Wp-Recall https://asgarosforum.ru/forum/?view=thread&id=96
There is something for your plugin Ultimate Member. I did not do it, but I have it in the collection https://asgarosforum.ru/forum/?view=thread&id=96