Forum Replies Created
-
AuthorPosts
-
wrcaccessSpectator
WZP, many thanks. thank you once again to you and admin,
wrcaccessSpectatorAdmin, this is the confusion. All I am asking is the link below placed on a wordpress page, how can the same link be placed on a php page? I just need the wp_affiliate_get_referrer in a php version but with the entire link demonstrated so I can just cop and paste. Hopefully I am clear about this now. Many thanks!
need a php translation of the link below.
[http://www.mysite.com/?ap_id=[wp_affiliate_get_referrer]
wrcaccessSpectatorSir, can you add that function inclusive of the referral link.
wp_member has links like this
[http://www.mysite.com/?ap_id=wp_affiliate_get_referrer()]
Can you have that corrected? That is all I ask so it works on the php page.
wrcaccessSpectatorOn the php page, I want to place a ref_id link, which I can currently do on wp pages.
mysite.com/?ap_id=([wp_affiliate_referrer])
All I need is a PHP shortcode to display ([wp_affiliate_referrer]) in the correct format with the entire link as I cannot discern partial tags.
wrcaccessSpectatorI use the regular shortcode on the wordpress page as
[http://www.example.com/?ref_id=[wp_affiliate_referrer]]
I’d like to append the ref short code with a php version of it.
I don’t know how to program in php, hence the request..
wrcaccessSpectatorYes sorry, I did. My mistake.
Can I add this code to a link?
example.com/?ref id=$value = do_shortcode(‘[wp_affiliate_referrer]’);
Is this the right format or should I enclose it with < >
Sorry, I don’t know how to do this. If you can show me…
wrcaccessSpectatorI couldn’t find it. I’d appreciate if I can find a php code for
[wp_affiliate_referrer]
Many thanks!
August 16, 2014 at 7:38 pm in reply to: eMember – Download for Members not working for multiple membership levels. #62785wrcaccessSpectatorHi, In the code below, what is |4|1″] – I forgot what the |4|1 is used for. Appreciate a reply.
[wp_eStore_fancy_display id=”824″ style=”3″ restriction=”2-3-4-5-6-14|4|1″]
wrcaccessSpectatorAdmin,
I am being misunderstood again. I don’t mind if this request can be a custom solution and if I have to pay for it if this solution is a major update.
I know one can append the blog post link and add the /?ap_id=xxxxx to the link.
But I want the AUTHOR making the blog post have the ref id automatically attach the affiliate ref id to the blog post url.
For eg. I have 5 affiliates and they all are making their own blog posts. When they publish their article the url will show
domain.com/blog_post_title/?ap_id=xxxxx where /?ap_id=xxxx is their own affiliate id.
Appreciate a solution.
Eg can be found at link below where the author making the post has his id appended to the blog post url.
[http://jonmroz.com/members/empower-network/empower-network-is-a-scam-get-the-review/?id=jonmroz]
wrcaccessSpectatorWZP, IN the above URL you gave me, admin gave this solution
==== Yep, just call the following function and it will return the Affiliate ID:
wp_affiliate_get_referrer() ====
Where and how to implement this. Thanks,
wrcaccessSpectatorWZP – Thank you for your prompt responses. Appreciate your time.
wrcaccessSpectatorI think I was misunderstood. My query has nothing to do with the search engine or whether and if they find the suggested link.
My query was about the plugin itself and if the ?ap_id can be added to the blog posts made by the affiliates.
wrcaccessSpectatorExactly. Even otherwise, I’d like the blog posters to have their aff id in the permalink each time they make a blog post. I know they can add the blog link before the ?ap_id=ref-name manually,
But it would be nice if the plugin auto inserts their id attached to each post they make.
Currently the link to each affiliate shows only the blog post url as in example below
[http://1into1million.com/member/what-kind-of-asian-are-you/]
It would be nice if the author/affiliate making the post had
[http://1into1million.com/member/what-kind-of-asian-are-you/?ap_id=wonderjam]
I’d assume it would be a matter of adding the ref-id php code to the single blog post page.
wrcaccessSpectatorWZP, My wp affiliate plugin is integrated with multi-authors. When they make a blog post, only the
[http://www.your-domain.com/link-to-your-post-or-page]
is shown in search engines or social media sites.
I’d like that I can add a ref id belonging to the affiliate who makes the blog post automatically each time they make a blog post as in eg
[http://www.your-domain.com/link-to-your-post-or-page?ap_id=authors_aff_id]
Is this possible and where I can I add the code to reflect that.
many thanks
wrcaccessSpectatorAdmin,
What I am stating is, I would like to show the wp image of the member to a visitor on the homepage. Right now, I can place short codes, referred by (name), & referred by (id) on the landing page. I would like the member’s image (as shown in wp-profile) shown as well.
This is not for a logged in member’s user details. It is for a visitor to see the referring members details on the landing page.
-
AuthorPosts