Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinking #3

Open
mikewhiteltd opened this issue Apr 25, 2012 · 10 comments
Open

Hyperlinking #3

mikewhiteltd opened this issue Apr 25, 2012 · 10 comments

Comments

@mikewhiteltd
Copy link

The icons are all displaying but only Facebook is hyperlinked to a profile. The rest do not seem to be hooking into the user profile information to create hyperlinks. I have tried deactivating all plugin and still have the same issue.

@boonebgorges
Copy link
Owner

Can you provide more details?

  • Please provide the actual HTML markup output by the plugin
  • Please share the data that is being filled into the profile fields (as there may be a regex issue of some sort)

@mikewhiteltd
Copy link
Author

For some reason only Facebook seems to output a href. The rest of the icons
display if the user inputs data into the fields but does not link to their
profile.

---------- Forwarded message ----------From: "Boone Gorges"
<reply+i-4285033-162a3636812d85cdd990a0ca56cde3
be027a57e0-1679161@reply.github.com> Date: Apr 25, 2012 10:50 AM Subject:
Re: [bp-social-media-profiles] Hyperlinking (#3) To: "mikewhiteltd" <
mikewhite.mw@gmail.com>

Can you provide more details?

  • Please provide the actual HTML markup output by the plugin - Please share
    the data that is being filled into the profile fields (as there may be a
    regex issue of some sort)

---Reply to this email directly or view it on GitHub:
#3 (comment)

@boonebgorges
Copy link
Owner

Could you please share the markup itself? Feel free to blot out the specific URLs if you want it to look anonymous.

Also, please share the data that is being filled into the profile fields. For example, if you have a Twitter field (I'm not sure, as you haven't given details), are you entering handle or @handle or http://twitter.com/handle or something different?

The more detail you can provide, the more likely I'll be able to diagnose.

@mikewhiteltd
Copy link
Author

</div><!-- #item-buttons -->




    <div id="bp-smp-header"><span class="bp-smp-label">Follow Me</span><a href="Mr.MikeWhite" title="Facebook"><img src="http://justmyq.me/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/facebook.png" alt="Facebook" /></a><img src="http://66.147.244.109/~justmyqm/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/twitter.png" alt="mikewhiteltd on Twitter" /><img src="http://justmyq.me/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/linkedin.png" alt="mike-white/8/772/a4a on Linkedin" /></div>

</div><!-- #item-meta -->

This is the code for the entire profile page for user info:

<head profile="http://gmpg.org/xfn/11">
<title>Mike | Profile | JustMyq.Me</title> <script type='text/javascript' src='http://justmyq.me/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script> <script type='text/javascript'> /* */ </script> <script type='text/javascript' src='http://justmyq.me/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js?ver=20120110'></script>
<script type="text/javascript">var ajaxurl = "http://justmyq.me/wp-load.php";</script>
















<style type="text/css">









            #header h1 a, #desc { color:#FFFFFF; }
</style>
<script type="text/javascript"> jQuery(document).ready( function() { jQuery("a.confirm").click( function() { if ( confirm( 'Are you sure?' ) ) return true; else return false; }); });</script>










</head>










<body class="xprofile my-profile profile public no-js" id="bp-default">
<script type="text/javascript">//</script>
<div id="content">
<a href="">
Profile picture of Mike
</a>
<h2>

Mike

</h2>










<span class="user-nicename">@admin</span>




<span class="activity">active 11 hours, 34 minutes ago</span>















<div id="item-meta">
Follow MeFacebookmikewhiteltd on Twittermike-white/8/772/a4a on Linkedin
</div><!-- #item-meta -->

Location: San Jose, CA 95136

<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> <script type="text/javascript"> var geocoder; var map_1; function initialize_1() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(-34.397, 150.644); var myOptions = { zoom: 11, center: latlng, navigationControl: false, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR }, mapTypeId: google.maps.MapTypeId.ROADMAP } map_1 = new google.maps.Map(document.getElementById("map_canvas_1"), myOptions); } function showAddress_1(address) { geocoder.geocode( { 'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { map_1.setCenter(results[0].geometry.location); var marker = new google.maps.Marker({ map: map_1, position: results[0].geometry.location }); } else { alert("Geocode was not successful for the following reason: " + status); } }); } jQuery(document).ready( function() { initialize_1(); showAddress_1('San Jose, CA 95136'); } ); </script>

Profile

Name Mike
Website

JustMyq.me

Location San Jose, CA 95136
Mobile 4088054540
Google+ ID

111014607087011303956/profile

Twitter

mikewhiteltd

Klout

justmyqme

Service YouTube
</div><!-- #content -->
<div class="padder">

            Please <a href="http://justmyq.me/new-user/" title="Create an account">create an account</a> to get started.

Username

Password

Remember Me

<div id="bpprofilevideo_widget-2" class="widget slushman-bpprofilevideo-widget"><h3 class="widgettitle">You Tube Video</h3><div id="sidebar-me">



        Got it to work          </div><!-- End BP Profile Video Widget -->
</div><!-- .padder -->

@boonebgorges
Copy link
Owner

Could you share with me the content that you're putting into the profile fields? Does it look like this?

Facebook: Mr.MikeWhite
Twitter: mikewhiteltd
LinkedIn: mike-white/8/772/a4a

Is this correct, or are you entering full URLs?

@mikewhiteltd
Copy link
Author

I hqce tried it both ways. One with just user name like shown below and one
with full address. I get the same result. Right now its setup like you have
shown.
On May 1, 2012 10:26 AM, "Boone Gorges" <
reply@reply.github.com>
wrote:

Could you share with me the content that you're putting into the profile
fields? Does it look like this?

Facebook: Mr.MikeWhite
Twitter: mikewhiteltd
LinkedIn: mike-white/8/772/a4a

Is this correct, or are you entering full URLs?


Reply to this email directly or view it on GitHub:

#3 (comment)

@mikewhiteltd
Copy link
Author

Thanks for looking into this. I consider you a rockstar just for
responding. Was there anything you saw that was causing the plug-in not to
work?

Thanks again
On May 1, 2012 11:00 AM, "mike white" mikewhite.mw@gmail.com wrote:

I hqce tried it both ways. One with just user name like shown below and
one with full address. I get the same result. Right now its setup like you
have shown.
On May 1, 2012 10:26 AM, "Boone Gorges" <
reply@reply.github.com>
wrote:

Could you share with me the content that you're putting into the profile
fields? Does it look like this?

Facebook: Mr.MikeWhite
Twitter: mikewhiteltd
LinkedIn: mike-white/8/772/a4a

Is this correct, or are you entering full URLs?


Reply to this email directly or view it on GitHub:

#3 (comment)

@mikewhiteltd
Copy link
Author

Thanks for looking into this. I consider you a rockstar just for
responding. Was there anything you saw that was causing the plugin
On May 1, 2012 11:00 AM, "mike white" mikewhite.mw@gmail.com wrote:

I hqce tried it both ways. One with just user name like shown below and
one with full address. I get the same result. Right now its setup like you
have shown.
On May 1, 2012 10:26 AM, "Boone Gorges" <
reply@reply.github.com>
wrote:

Could you share with me the content that you're putting into the profile
fields? Does it look like this?

Facebook: Mr.MikeWhite
Twitter: mikewhiteltd
LinkedIn: mike-white/8/772/a4a

Is this correct, or are you entering full URLs?


Reply to this email directly or view it on GitHub:

#3 (comment)

@picomiles
Copy link

hi boone, something new about the issue?

@boonebgorges
Copy link
Owner

Nothing new. Since the regex is working on the sites where I'm using the plugin, I haven't had a chance. I'll try to get to it when I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants