← prev | next →
isofdev 2020-07-17 20:15:48
Hi,
I Need a tutorial for social share
desore 2020-07-17 20:25:56
flyingdragons 2020-07-17 16:20:48
https://stackcoder.in/posts/how-to-setup-mamp-virtual-hosts-for-local-php-development
Thank you so much for your assistance
flyingdragons 2020-07-17 20:27:49
isofdev 2020-07-17 20:15:48
Hi,
I Need a tutorial for social share
You mean your having an article or page which is dynamic and want to have social share links? Am I right?
isofdev 2020-07-17 20:28:20
flyingdragons 2020-07-17 20:27:49
You mean your having an article or page which is dynamic and want to have social share links? Am I right?
Yes
flyingdragons 2020-07-17 20:28:42
desore 2020-07-17 20:25:56
Thank you so much for your assistance
Good to know it helped you. Have a wonderful day bro.
flyingdragons 2020-07-17 20:29:00
isofdev 2020-07-17 20:28:20
Yes
Just a sec I have implemented in my article. Will share the code with you
flyingdragons 2020-07-17 20:29:11
in my blog*
Acird Burn 2020-07-17 20:29:30
need 3 freelance developers to work with anyone interested must have worked with angular js and nodejs as well
isofdev 2020-07-17 20:30:31
flyingdragons 2020-07-17 20:29:00
Just a sec I have implemented in my article. Will share the code with you
Okey share it
flyingdragons 2020-07-17 20:33:52
<a class=”twitter-share-button” href=”https://twitter.com/intent/tweet?hashtags=PHP,Larvel,FullStackArticles,TechArticles&url=POST_URL&text={{ $post->meta[‘title’] }}”><img class=”width30″ src=”{{ asset(‘images/twitter.svg?cb=’.env(‘CB_VERSION’)) }}” alt=”Share On Twitter”></a>
<a class=”whatsapp-share-button” href=”https://wa.me/?text=POST_URL%0a{{ rawurlencode($post->meta[‘title’]) }}”><img class=”width30″ src=”{{ asset(‘images/whatsapp.svg?cb=’.env(‘CB_VERSION’)) }}” alt=”Share On WhatsApp”></a>
<a class=”telegram-share-button” href=”https://telegram.me/share/url?url=POST_URL&text={{ rawurlencode($post->meta[‘title’]) }}”>
<img class=”width30″ src=”{{ asset(‘images/telegram.svg?cb=’.env(‘CB_VERSION’)) }}” alt=”Share On Telegram”>
</a>
flyingdragons 2020-07-17 20:34:09
Make sure to change POST_URL with your post url
flyingdragons 2020-07-17 20:34:35
isofdev 2020-07-17 20:30:31
Okey share it
and ignore CB_VERSION you can strip it. I have used it for cache busting
flyingdragons 2020-07-17 20:35:21
If you would like to know more on cache busting and increasing site performance then kindly do check out my article
flyingdragons 2020-07-17 20:35:31
https://stackcoder.in/posts/how-to-cache-static-files-with-nginx-server
Cache Static Files With NGINX Server | StackCoder –
StackCoderLearn caching static files like CSS, JS, etc. in the NGINX server. Also about CACHE Busting for loading new changes made to CSS, JS or other files.
flyingdragons 2020-07-17 20:37:17
isofdev 2020-07-17 20:30:31
Okey share it
I do have few Git Gist references please ping me personally. I will share it tomorrow morning.
isofdev 2020-07-17 20:38:40
flyingdragons 2020-07-17 20:37:17
I do have few Git Gist references please ping me personally. I will share it tomorrow morning.
Ok thanks you very much
Ashar Khan 2020-07-17 21:12:30
Laravel in docker is great option for my next project ?
Ashar Khan 2020-07-17 21:12:43
Can i deploy doxker in shared hosting ?
karthick_sivakumar 2020-07-17 21:33:46
Laravel Reset Password form is not working bro, its sending email with reset link but when I use the link and reset the password its not working, its staying on the same screen. How to fix this bro.
…. 2020-07-17 22:33:05
mfahadshah 2020-07-17 07:16:50
U don’t have to connect vs code with workbench. U have to connect mysql workbench to your database ( phpmyadmin) which you have provided in env file in laravel.
I solved this
Relaxed Guy 2020-07-17 22:33:34
Relaxed Guy 2020-07-17 22:33:34
Relaxed Guy 2020-07-17 22:34:16
Guys… how do I solve such an error .. my username .. doesnt qualify to send mails in the mailtrap
Siberfx 2020-07-18 06:12:13
Ashar Khan 2020-07-17 21:12:43
Can i deploy doxker in shared hosting ?
Nope
Siberfx 2020-07-18 06:12:44
karthick_sivakumar 2020-07-17 21:33:46
Laravel Reset Password form is not working bro, its sending email with reset link but when I use the link and reset the password its not working, its staying on the same screen. How to fix this bro.
Chrck out the link in your .env file. APP_URL then your links will work
noneshort 2020-07-18 09:50:43
https://twitter.com/MiridooBarada/status/1284107501223518208
Barada –
TwitterInfo Break Match Expression is Coming to PHP 8 https://t.co/Jmnh4Wn95I #php #laravel #barada #developpementweb #developpeur https://t.co/yZYVfgsIFG Visual Tools for Web Artisans
flyingdragons 2020-07-18 10:35:42
You mean lang files? It’s located in resources/lang/en
flyingdragons 2020-07-18 10:38:09
I doubt of it. Unless you get an open source library for it
Siberfx 2020-07-18 12:18:06
damn spammers, they never give up
2020-07-18 12:21:47
please don’t click this link , because this link have virus
flyingdragons 2020-07-18 12:25:35
flyingdragons 2020-07-17 19:36:20
Hi has anyone implement AMP pages for blog where the content is dynamically pulled from database. Or if you have any reference kindly share.
Do you suggest me to create sub domain as https://amp.domain_name.com or route prefix with https://domain_name.com/amp/posts/post_url
@Siberfx can you please look into it?
. 2020-07-18 12:27:08
Dont click any of this, A moment of weakness leads to the account being taken over. His account got taken by someone else
Siberfx 2020-07-18 12:28:36
dont need to create a subdomain
Siberfx 2020-07-18 12:28:51
usualy it works under /amp folder
flyingdragons 2020-07-18 12:29:57
Which mean now I will be having something like https://mydomain/amp/posts/post_url and regular url will be like https://mydomain/posts/post_url is it right?
Siberfx 2020-07-18 12:30:05
yeah
flyingdragons 2020-07-18 12:30:41
Siberfx 2020-07-18 12:28:51
usualy it works under /amp folder
Ah! Even in views I will create amp folder and replicate the rest of the structure with it
Siberfx 2020-07-18 12:31:06
yeah
flyingdragons 2020-07-18 12:31:24
Siberfx 2020-07-18 12:31:06
yeah
Thank you very much for guiding me.
flyingdragons 2020-07-18 12:31:46
Was badly stuck with it
Siberfx 2020-07-18 12:32:19
you cant use usual view files for amp, it has different directives
flyingdragons 2020-07-18 12:33:17
Awesome 🤘
flyingdragons 2020-07-18 14:25:41
isofdev 2020-07-17 20:15:48
Hi,
I Need a tutorial for social share
Hi bro as per personal request I have created the article on DISQUS system. I have posted here too so that if anyone needs they can use it
flyingdragons 2020-07-18 14:25:52
https://stackcoder.in/posts/comment-and-like-system-using-disqus
Comment And Like System Using Disqus | StackCoder –
StackCoderIf you have any plans to quickly add Comment & Like system with your blog, article, website then this by far the best one and very simple to integrate with Disqus.
2020-07-18 15:08:59
Laravel throw error refused to connect when i try url with https
2020-07-18 15:09:20
Has any solution for it ..
sahilbalgotra 2020-07-18 15:11:57
flyingdragons 2020-07-18 14:25:52
https://stackcoder.in/posts/comment-and-like-system-using-disqus
Website is to fast which hosting u r Using
flyingdragons 2020-07-18 15:12:47
sahilbalgotra 2020-07-18 15:11:57
Website is to fast which hosting u r Using
I am using Digital Ocean bro. LEMP with NGINX caching
flyingdragons 2020-07-18 15:13:26
But still I am not satisfied with my website performance. So I am planning to move to AMP which will be dam faster for mobile devices
sahilbalgotra 2020-07-18 15:13:55
Yup
← prev | next →