Posts by Leandro Correa dos Santos • 38 points
2 posts
-
1
votes1
answer1773
viewsA: How do I place social media links to share a post link?
Each social network works in a different way. In the case of Twitter, you can use something like this javascript code: <a href="https://twitter.com/share" class="twitter-share-button"…
-
1
votes2
answers145
viewsQ: Problems with Bake in Cakephp 3.x "Your database does not have any Tables."
Greetings! I’m trying to generate models, controllers and templates in a Cakephp 3.x project using the Postgresql database. I’ve already created the tables, set up the connection (which is working…