7813 comments found.
Hi, link statistics not show data and not update, how sollution?
Hey there,
Please update to the latest version.
Regards,
AltumCode.
Hello again Altum!
Instead of asking for help , i’m here with a tip.
As a Marketer, for me is really important not only track pageviews, but the actual click event, so I added a small modification at themes/altum/views/link-path/partials line 96 for both FB and Analytics event. Hope this makes it easier to include in the next release 
<script>
/* Internal tracking for biolink links */
$('[data-location-url]').on('click', event => {
let base_url = $('[name="url"]').val();
let url = $(event.currentTarget).data('location-url');
//capture link destination and title
let href = $(event.currentTarget).attr('href');
let title = $(event.currentTarget).text();
//ADDED: trigger facebook event only if customer has the functionality
<?php if($user->package_settings->facebook_pixel && !empty($link->settings->facebook_pixel)): ?>
fbq('trackCustom', 'LinkClicked',{url: `${href}`, title:`${title}`});
<?php endif ?>
//ADDED: trigger Analytics event only if customer has the functionality
<?php if($user->package_settings->google_analytics && !empty($link->settings->google_analytics)): ?>
gtag('event', 'Link Clicked', {'event_category': 'Link Clicks', 'event_label': `${href}`});
<?php endif ?>
$.ajax(`${base_url}${url}?no_redirect`);
});
</script>
Excuse my messy code, but I tested this and it works on both Facebook and Analytics events.
Hey!
Thank you for the comment, I hope your message will help someone in need of this!
Cheers,
AltumCode.
Please add the option to upload images to show
Hey
Thank you for the suggestion on this.
Regards,
AltumCode.
Can you add Telegram to socials please
Hey again!
You can do this yourself, you just need to follow the documentation here: https://phpbiolinks.com/docs/#adding-social-buttons
Regards,
AltumCode.
Hey. Is it possible to set goals in google analytics and if so, how? thank
Hey,
Another customer just posted about this: https://codecanyon.net/comments/24628297 it might help you 
Regards,
AltumCode.
Hi, is it possible to add a title, description and a featured image like og:image that will be showed when shared for SHORT LINKS. https://share.getcloudapp.com/KouB7Xn8
Hey!
Right now, this is not possible to do, no.
Regards,
AltumCode.
can this site become a landing page builder? thanks.
Hey there,
Become a landing page builder? This is almost that so, I would suggest to check out the demo and see if this fits your needs.
Regards,
AltumCode.
i mean like add lil bit more features like adding videos, portfolio gallery, testimonial, product catalog with price. thanks.
x
Hey,
I understand what you mean, but no, this is not possible to do now, but of course, it can become if you start to modify the product.
Regards,
AltumCode.
Also, is it possible to let the user not input a biolink url and just have the biolink page just be their username? For example, instead of “biolinks.com/demo/demolinks” It can just be “biolinks.com/demo”
Hello there,
I understand what you mean but no, it’s not possible.
Regards,
AltumCode.
Could you add a copy/duplicate project button on the next update?
Hey!
Thank you for the comment and suggestion
At the moment, I do not have any plans for this but, its possible that in the future it may come.
Regards,
AltumCode.
Hi, can you generate Wordpress post feeds? Thank you
Hello, Alexynior
This is not possible right now, no.
Regards,
AltumCode.
What digitalocean plan would you recommend starting with? Will the $5/month plan work to start out?
Hey!
Yes, the $5/month plan would definitely work to start off with
Regards,
AltumCode.
Hello, how are you? Is there a field where I put the facebook pixel, so that it can be found on every page? or would you have to do this via html code?
Thank you Marcelo Guerneiri
Hey!
Do you want to have a global Facebook pixel for all the pages inside your installation? If yes, then you would need to add it via the admin panel -> website settings -> custom js tab.
Regards,
AltumCode.
Hello, how are you? Do you have any step-by-step instructions for updating BioLinks? I want to make some updates but I don’t know how to proceed, and I didn’t find anything in your support document.
Thank you Marcelo Guerneiri
Hey there, Marcelo
Please download the latest zip folder from codecanyon and inside you will find the “How to update” folder with all the instructions.
Regards,
AltumCode.
Hi, For Biolink Page preview iframe not being scrollable in certain browsers We are using 4.6.1 and experience not being scrollable. Would you like to share which css/js to fix this problem. Of course, we will upgrade it first.
Hey,
Make sure to first upgrade to the latest version and then, these are the files responsible for the iframe scroll:
themes/altum/views/link-path/partials/biolink.php themes/altum/views/link/settings/settings.biolink.method.php
Cheers.
Any time frame in adding custom embeds?
Hey
No plans for custom embeds because letting the user decide what javascript code to put on their page can be a big security risk.
Is there any coupon code or discount? Thank you.
Hey!
There is no discount for right now, unfortunately, no.
Regards,
AltumCode.
Thank you. The system has an affiliate marketing module? To my clients have a link to share and win a commission for every user they get?
Hey,
Unfortunately, no, it does not.
Regards,
AltumCode.
Hey,
Update, the affiliate system plugin just launched: https://altumco.de/affiliate-plugin
Regards,
AltumCode.
getting this error: Error when running the database queries: Specified key was too long; max key length is 767 bytes
Hello,
I’ve already answered your question yesterday.
https://codecanyon.net/comments/24605143Regards,
AltumCode.
Hi, I would like to know if there’s a way to create a redirection when getting 404 error?
So when a user mistype the URL, instead of getting into the 404 page, I would like to redirect to my other website page.
Is it possible to be done?
Hey there,
Yes, you can do that by editing the app/controllers/NotFound.php file and adding a line like:
header("Location: http://www.redirect.to.url.com/"); die();
before the initial already existing header() function.
Cheers.
Hi, TikTok change share URL and stop work
Hi…
I want to buy your script, but I have a few questions.
1. can you install the whole script on my server? 2. can I charge my users for the usage of this? 3. can I add a few languages? 4. can I add my own background images? 5. can I have templates ready for users to use when they open the account?
Thank you in advance for your support
Hello there!
1. Yes, please refer to: http://phpbiolinks.com/docs
2. Yes, if you get the Extended license
3. Yes
4. Yes, you can make any changes you want to the source code, if that’s what you’re referring to
5. No, this is not possible to do
Cheers, hope this helps to answer your questions!