Skip to content

Instantly share code, notes, and snippets.

View ctala's full-sized avatar
🏠
Working from home

Cristian Tala S. ctala

🏠
Working from home
View GitHub Profile
@ctala
ctala / functions.php
Created October 4, 2023 08:35
Este fragmento de código PHP para WordPress automatiza el llenado del Atributo ALT en las imágenes destacadas de tus posts. Diseñado para mejorar tanto la accesibilidad como el SEO, este script extrae el título del post y lo asigna como el Atributo ALT de la imagen destacada cuando este campo está vacío.
<?
/**
MIT License
Copyright (c) 2023 Cristian Andrés Tala Sánchez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@ctala
ctala / index.js
Created September 20, 2025 22:51
A practical test suite and getting-started guide for the Unipile Node.js SDK. This script demonstrates how to authenticate and fetch various resources from the Unipile API, with a focus on LinkedIn data like posts, comments, and user profiles. It includes working examples, environment setup with `dotenv`, and detailed documentation on how to run…
/*
* MIT License
*
* Copyright (c) 2025 Cristian Tala Sánchez
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is